.votingWrapper{
	background-image: url("../img/voting/voting.jpg");
	background-repeat: no-repeat;
	height: 2345px;
}

.votingWrapper div.footer{
	top:2345px;
}

#votingMainTitle{
	color:rgb(252,255,182);
	text-align:center;
	line-height:48px;
	font-size:17px;
	font-weight:bold;
	height:48px;
	width:183px;
	left:205px;
	overflow:hidden;
	position:absolute;
	top:-17px;
	font-family: "Comic Sans MS"
}


#votingSubTitle{
	color:rgb(75,96,1);
	text-align:center;
	line-height:24px;
	font-size:21px;
	font-weight:bold;
	height:52px;
	width:383px;
	left:306px;
	overflow:hidden;
	position:absolute;
	top:45px;
	font-family: "Comic Sans MS"
}


.votingTitle{
	color:rgb(252,255,62);
	text-align:center;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	height:20px;
	width:308px;
	overflow:hidden;
	position:absolute;
	left:139px;
}

.votingText{
	color:white;
	height:200px;
	width:340px;
	overflow:hidden;
	position:absolute;
	left:470px;
	text-align: justify;
}
.votingLink{
	color:white;
	text-align:center;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	height:20px;
	width:85px;
	overflow:hidden;
	position:absolute;
	left:685px;
}



#vTitle1{
	top:164px;
}
#vText1{
	top:185px;
}
#vLink1{
	top:395px;
}

#vTitle2{
	top:603px;
}
#vText2{
	top:624px;
}
#vLink2{
	top:834px;
}

#vTitle3{
	top:1042px;
}
#vText3{
	top:1063px;
}
#vLink3{
	top:1273px;
}

#vTitle4{
	top:1481px;
}
#vText4{
	top:1502px;
}
#vLink4{
	top:1712px;
}

div#votingMessageCover{
	height: 2500px;
	width: 964px;
	position: absolute;
	top:0px;
	left:0px;
	background-color: rgb(160,160,160);
	z-index: 10;
	filter: alpha(opacity=93);
	opacity : 0.93;
}

div#votingMessage{
	width: 500px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	top:150px;
	left:227px;
	text-align: center;
	line-height: 30px;
	font-size: 25px;
	border: 4px rgb(197,65,1) solid;
	background-color: rgb(255,250,208);
	color:rgb(77,102,1);
	z-index:20;
}

div#votingMessage img{
	margin-top: -3px;
}
div#votingMessage div{
	position: absolute;
	top:165px;
	left:200px;
	width: 101px;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color:white;
	text-align: center;
	background-image: url("../img/voting/button.jpg");
	cursor: pointer;
}
