html,body,div {
	background: #000; 
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	height:100%; /* needed for container min-height */
	text-align: center;
	overflow: auto;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: #000000;
	margin: 0px auto;
	text-align: center;
	width: 1024px;
	position: relative;
	overflow: hidden;
	height:auto;
}

* html #wrapper{
height: 100%;
}

a:link{
	font-size:8px;
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	font-size:8px;
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color:#ffffff;
	text-decoration: underline;
}

/********************** Content ***************************/
#content {
	background: transparent;
	width:auto;
	top: 33px;
	position: absolute;
	text-align: center;
}

/********************** Footer ***************************/
#footer {
	width:1024px;
	height: auto;
	float: center;
	background: #000000;
	color: #ffffff;
	text-align:center;
	position: relative;
	left: -0;
	padding: 0px 0px 0px 0px;
	top: 0px;
	vertical-align: middle;
	font-size: 8px;
	border-top: thin solid #FFFFFF;
}

div#footer p {
	color: #ffffff;
	font-size: 8px;
	padding: 10px 5px 10px 10px;
	margin:0;
}

