@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	overflow:hidden;
	background-color:#000;
	
}

#header{
	background-color:#000;
	width:820px;
	margin:0 auto;
	height:100px;
	
}

.underline{
	text-decoration:underline;
	text-decoration:blink;
	color:#900;
}

#links{
	background-color:#000;
	width:815px;
	margin:0 auto;
	height:40px;
}

#content{
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	width:820px;
	margin:0 auto;
	padding:0px;
	color:#999;
	text-align:justify;
	border:none;
	font-size:12px;
	height:400px;
	overflow:auto;
}

#content a:link, #content a:visited {
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

#content a:hover{
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-style:italic;
	text-decoration:underline;
}

#container {
	background-color:#000;
	width: 80%; 
	height:1000px;
	overflow:auto;
	margin: 0 auto;
	border:hidden;
	
}

#stack{
	margin:0 auto;
	width:100%;
	height:15px;
}

#footer{
	width:820px;
	margin:0 auto;
	height:25px;
	background-color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#999;
	text-align:center;
	overflow:hidden;
}
#footer a:link, #footer a:visited {
	color:#999;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
	font-style:normal;
}

#footer a:hover{
	color:#999;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-style:italic;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
