html{
height:100%;
}
body{
	background-color:#000000;
	height:100%;
	margin:0px;
	padding: 0px;
}
a:link { color: white ; text-decoration: underline }
a:active { color: #00a99d; text-decoration: underline }
a:visited { color: white; text-decoration: underline }
a:hover { color: #00a99d; text-decoration: underline; font-weight:bold }

.style1 {
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-size:12px;
}
.style2 {
	font-family:"Times New Roman", Times, serif;
	color:#00a99d;
	font-size:16px;
	font-weight:bolder;
	font-style: normal;
}
.style3 {font-family:"Times New Roman", Times, serif; color:#FFF; font-size:10px}

#wrapper {
	margin:auto;
	height: auto;
	width:1054px;
}
#flash { 
	width: 1054px;
	height: auto;
	margin: auto;
}
#footer {
	width:100%;
	height:auto; 
	margin:auto;
	clear:both;
	background-color:#00a99d;
	padding-top: 5px;
	padding-bottom: 5px;
}
