html, body, #wrapper {
	  height:100%;
	  margin: 0;
	  padding: 0;
	  border: none;
	  text-align: center;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#999999;
	  font-size:11px;
}

#wrapper {
	  margin: 0 auto;
	  text-align: left;
	  vertical-align: middle;
	  width: 954px;
}

a, a:visted, a:active{
	text-decoration:none;
	color:#999999;
}

a:hover{
	text-decoration:none;
	color:#33D6FF;
}

.footer{
	width:954px;
	margin-top:12px;
} 
 
div.top{
	position:absolute;
	width:100%;
	height:7px;
	background-color:#666666;
	top: 0px;
}

div.bottom{
	position:absolute;
	width:100%;
	height:7px;
	background-color:#666666;
	bottom: 0px;
}

.left{
	float:left;
}

.right{
	float:right;
}