@CHARSET "ISO-8859-1";
body{
	text-align:center;
	/*background-color: #282828;*/
	margin:0px;
	font-family: sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	background: top left url(ron_bg.jpg) no-repeat #011864;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	width: 825px;
	text-align: left;
	display: block;
}
.content {
	float:left;
	display:inline;
	width:825px;
	padding-top:509px;
	margin: 0px 0px 0px 0px;
	background: top left url(main_bg.jpg) no-repeat #434343;
}

.info{
	width: 745px;
	height: 257px;
	padding: 25px 40px 25px 40px;
	margin:0px;
	display:block;
	overflow:hidden;
	float:left;
}

.voting{
	width: 825px;
	height: 865px;
	padding: 30px 0px 0px 0px;
	margin:0px;
	display:block;
	overflow:hidden;
	float:left;
}

.rules,.partner,.events{
	float:left;
	width:825px;
	display:block;
	overflow:hidden;
	background: top left no-repeat;
	margin-bottom:30px;
}

.rules{
	height:314px;
	background-image: url(rules_bg.jpg);
}

.partner{
	height:321px;
	background-image: url(partners_bg.jpg);
}

.events{
	height:320px;
	background-image: url(events_bg.jpg);
}


.rules_text{
	font-size:11px;
	float:left;
	display:block;
	overflow:hidden;
	height:307px;
	width:224px;
	margin:0px;
	padding: 0px 30px 0px 40px;
}


.small_button,div.small_button{
	width:99px;
	height:23px;
	display:block;
	overflow:hidden;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 0px 20px;
	background: top left url('small_button.gif') no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	
}

div.small_button{background-image: url('small_button_inactive.gif'); color: #999999;}

h3.vote_item{
	margin:0px;
	padding:0px;
	font-size: 16px;
	
}

.back_items,.next_items{
	width:27px;
	height:26px;
	display:block;
	overflow:hidden;
	background: top left no-repeat;	
	float:left;
}

.back_items{background-image: url(back.gif);}
.next_items{background-image: url(next.gif);}

div.back_items{background-image: url(back_inactive.gif);}
div.next_items{background-image: url(next_inactive.gif);}

.small_picture{
	height:109;
	width:76;
	display:block;
	overflow:hidden;
	float:left;
	text-decoration: none;
	margin-top:10px;
	margin-right:2px;
	margin-left:2px;
	
}

.back_to_main{
	height:46px;
	width: 387px;
	padding:0px;
	margin:0px;
	display:block;
	overflow: hidden;
	background: top left url('back_to_main.gif') no-repeat;
	margin-top:15px;
	float:left;
}

.overlay_bg{
	visibility:hidden;
	position: absolute;
	width:100%;
	background-color: #000000;
	z-index:2000;
	top:0px;
	left:0px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	display:block;
}

.overlay{
	visibility:hidden;
	position: absolute;
	width:100%;
	z-index:2001;
	top:0px;
	left:0px;
	display:block;
}

