html, body{margin:0px; padding:0px;}
body{
	padding:0px;
	margin:0px;
	margin-top:5px;
	font-family:arial;
	font-size:14px;
	color:#000;
	background:#FFF url('../images/hof_bg.jpg') repeat-x top center;
}
a img{border:none;}
a:hover{cursor:pointer;}
.clear{clear:both;}
.center{text-align:center;}
a{color:#CC3333; text-decoration:none;}
a:hover{text-decoration:underline;}

.wrapper{width:600px; margin:auto; padding-bottom:10px; position:relative;}
.wrapperfixed{width:600px; margin:auto; padding-bottom:10px; position:relative; height:530px;}

#header{height:100px;}
.logo{float:left; /*margin-top:-12px;*/}
.title{float:left; color:#fff; width:}
h1{font-size:20px; width:500px; margin-left:15px;}

.votebox{float:left; width:200px; margin-top:5px; margin-bottom:5px;}

.footer{height:55px; background-color:#333;/* padding:10px; */color:#fff;}
.footer p{padding-top:17px;}
.footer p a{color:#E9FD2A; text-decoration:none;}
.footer p a:hover{color:#666; text-decoration:none;}

.error{border:1px solid #FF936F; background-color:#FFECE6; color:#842100;  padding:10px;}
.success{border:1px solid #A6DD88; background-color:#EBF8D6; color:#539B2D;  padding:10px;}