body {
	background-color: #000;
	color: #666666;
	font-family: Arial;
	font-size: 12px;
background: #000 url("images/backgr.png") repeat;
}

#header {
	width: 700px;
}
a { color: #666; }
a:hover { color: #840000; }

.cssbutton {
color: #FFFFFF;
background-color: #AC0000;
border: 1px outset #AC0000;
text-decoration: none;
padding: 20px;
font: bold 0.9em tahoma;
}
.cssbutton:hover {
background-color: #980000;
border-style: outset;
color: #fff;
}
.cssbutton:active {
border-style: inset !important;
}



.cssbuttongo {
color: #FFFFFF;
background-color: #33CC00;
border: 1px outset #33CC00;
text-decoration: none;
padding: 20px;
font: bold 0.9em tahoma;
}
.cssbuttongo:hover {
background-color: #28AF06;
border-style: outset;
color: #fff;
}
.cssbuttongo:active {
border-style: inset !important;
}
.voteboxes {
margin: 5px 120px 25px 120px;
text-align: center;

}

.votebox {
float: left;

}

.voteboxno {
float: right;

}
.votehead {
margin: 0;
padding: 1px;
font:bold 0.9em tahoma, sans-serif;
display: block; 
background: #ccc;
color: white;
}

.gatemessage {
display: block;


padding: 5px;
color:#666666;
}

#gatewrap {
	border: 1px solid #333333;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
	background-color: #191919;
}

h1 {
display: block;
background: #000 url(images/title.png); 
text-align: center; 
margin: 0;
color: #fff;
font-size:12px;
height:25px;


}
img { border: 0; }

.mainbody {padding:30px;}

#copyright {
	margin: 10px;
	text-align: center;
}

