/* CSS Document */

html, body {
	/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	width:100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;


	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#ffffff;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

#main_div { 
width:555px;
margin-top:5%;
}

#scroll_div {
	width:100%;
	margin-top:10%;
	

}
#footer_div {
	width:100%;
	margin-top:0%;
	position: inherit;

}


.footer { 
width:555px;
height:30px;
position:inherit;
border-left:0px;
border-bottom:0px;
border-right:0px;
border-top:0px;
border-top-style:solid;
border-color:#FFFFFF;
padding-bottom:0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
margin-left:0px;
margin-bottom:0px;
margin-right:0px;
margin-top:0px;
}


a.link:link {color: #ffffff;}
a.link:visited {color: #ffffff;}
a.link:hover {color: #999999;}
a.link:focus {color: #999999;}
a.link:active {color: #999999;}
.link {
text-transform: none;
text-decoration:none;
border: 0px;
}


h1 {
font-size:large;
text-align:center;
font-weight:normal;
}

h2 {
font-size: small;
text-align:center;
font-weight:normal;
}

h3 {
font-size: medium;
text-align:left;
font-weight:normal;
}

.small_text {
font-size:x-small;
text-align:center;
font-weight:normal;
}


.footer_text {
font-size:x-small;
text-align: right;
font-weight:normal;
position:inherit;
border-left:0px;
border-bottom:0px;
border-right:0px;
border-top:1px;
border-top-style:solid;
border-color:#FFFFFF;
padding-bottom:0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
margin-left:0px;
margin-bottom:0px;
margin-right:0px;
margin-top:0px;
}

#text_div { 
width:555px;
margin-top:5%;

}

