html {height:100%;}
body {
	font-family:Arial,Verdana;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-size:14px;
	color:#FFF;
	background-color:#000;
	overflow:hidden;
}

a:visited {
	color:#FFF;
}
a {
	color:#FFF;
	text-decoration:underline;
}
a:hover {
	color:#808080;
	text-decoration:none;
}

h1 {
	font-size:28px;	
}

h2 {
	font-size:22px;
}

#top h1 {
	color:#DD3344;
	display:inline;
}

#top h2 {
	margin-top:-20px;
	margin-right:10px;
	color:#DD3344;
	display:inline;
}
#top img {
	display:inline;
}

#ALL {
	position:absolute;
	overflow-y:scroll;
	overflow-x:hidden;
	height:100%;
	width:100%;
}

#top {
	background-color:#FFF;
	padding-right:50px;
	padding-top:10px;
}
#msg {
	background-color:#DD3344;
	margin-top:10px;
	padding:5px;
	text-align:center;
	color:#333;
	font-weight:bold;
}


#extra {
	margin-right: 50px;
	margin-top:15px;
	color:#808080;
}

#theMenu {
	margin-right: 50px;
}


#theContent {
	background-color:#000;
	margin-top:10px;
	width:90%;
}
#theContent #theText {
	margin-right: 50px;
	padding-top:10px;
	width:100%;
}



#footer {
	margin-top:50px;
	padding-bottom: 35px;
	text-align:center;
}


