
/* Layout Stylesheet */

body {
 margin:0px;
 background: #ffffff;
 color: #000000;
 text-align:center;
 padding:0;
 font-family: Arial, sans-serif;
 }
#block, #blocksm, #blocklg {
	background: url(http://votaband.com/411God/bg.jpg) no-repeat top;
	width: 900px;
	text-align:center;
	margin:auto;
	color: #ffffff;
}
#blocklg {
	height:800px;
}
#blocksm {
	height:700px;
}
#block {
	height:1000px;
}
#footer {
	color:#a4a4a4;
	font-size:9px;
	text-align:center;
	letter-spacing: 3px;
	margin-top:8px;
	margin-bottom:10px;
}
a:link {
	color: #a4a4a4;
	text-decoration: underline;
}
a:visited {
	color: #a4a4a4;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #a4a4a4;
	text-decoration: underline;
}

form {
	padding:50px;
}
input {
	font-size: 9pt;
	margin: 3px 0px 3px 0px;
	border:1px #333333 solid;
	color: #000000;
	height: 18px;
	padding: 3px 3px 3px 5px;
	width: 275px;
	-moz-opacity:0.80;
	opacity:0.80;
	-khtml-opacity:0.80;
	filter: alpha(opacity=80);
	}
input:focus {
	-moz-opacity:1;
	opacity:1;
	-khtml-opacity:1;
	filter: alpha(opacity=100);
}