/* CORE STYLESHEET ***********************************************************************/
html{
	background-color:#000;
}
body{
	margin:0px;
	overflow:hidden
	text-align:center;
}
h1{
}
h2{
}
h3{
}
p{
}
a{
}
/* CONTAINER ***********************************************************************/
div#container{
	height:100%;	
	left:0px;	
	margin-left:0px;	
	margin-top:0px;	
	position:absolute;
	top:0px;	
	visibility:visible;
	width:100%;
}
		