html {
/*	height: 100%; */
}
body {
	background: black;
	color: #008811;
	text-align: center;
	margin-top: 0px;
/*	height: 100%; */
}
a {
	color: #008811;
	font-weight: bold;
 	text-decoration: none;
}
img{
	border: none;
}
#main { 
	width: 800px; 
	margin: 0px auto 0; 
	padding: 0px;
  	position: relative; 
	display: block;
	font-family: sans-serif;
	text-align: left;
/*	border: 2px #0000aa solid;*/
}
#header {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
/*	border: 1px #0000aa solid; */
}
#header img{
	display: block;
}

#line {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

#footer {
	font-size: 10px;
	text-transform: uppercase;
	width: 100%;
	text-align:center;
	
}
#footer a:hover {
	color: red;
}

#alert {
	text-align:center;
	width: 100%;
	display: none;
	color: red;
	margin: 0px;
	padding: 0px;
}
#alert a {
	color: red;
}
