html{
height:100%;
}
.style3 {font-family: "Times New Roman", Times, serif; color: #FFFFFF; }
.style4 {	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.style2 {color: #FFFFFF}
.style6 {color: #CBA405; font-weight: bold; font-family: "Times New Roman", Times, serif;}
.style7 {color: #000000}
.style8 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
}
a:link { color: white ; text-decoration: underline }
a:active { color: white; text-decoration: underline }
a:visited { color: black; text-decoration: underline }
a:hover { color: white; text-decoration: none }
body{
	background-color:#000000;
	height:100%;
	margin-top:0px;
}
#wrapper {
	background-color:#C8A704;
	margin:0px auto -50px;
	min-height:100%;
	width:800px;
}
#maincontainer {
	width: 800px;
	margin: auto;
	min-height:100%;
	position:relative;
	display:block;
}
#nav {
	width: 800px;
	margin:auto;
}
#header { 
	width: 800px;
	margin: auto;
}
#main {
	width: 800px;
	margin:auto;
}
#text {
	width: 700px;
	margin:auto;
}
#footer {
	background-color:#EC008C;
	width: 800px;
	height: 50px;
	margin:auto;
}
#push {
	height:50px;
}
	