@charset "UTF-8";
/* CSS Document */

@import url(form.css);
@import url(navigation/nav.css);
@import url(navigation/topnav.css);
//@import url(content/content.css);

body {
overflow:hidden;
}

#container {
	left: 0px;
	top: 0px;
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	background-image:url(../images/home.jpg)
}
#header {
	background-color:black;
height:40px;
position:absolute;
top:0;
width:100%;
}
#main {
	position:absolute;
	height: 100%;
	width:100%;
	padding-left: 20px;
	overflow:noscroll;
}




#bottom {
	background-color: rgba(0,0,0,0.8);
	right: 0px;
	bottom: 0px;
	position:absolute;
	width:100%;
	
}



#container #main #maincontent p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


