/* written from scratch, so bugger off ;)  -K'09 */
*{	
	margin:0;
	padding:0;
	border:0px solid;}
body{
	background-color: #202231;
	padding:0 0 0px 0;}
a:link, a:visited {text-decoration: none;color: #B9BBE2;text-decoration: underline;}
a:hover, a:active {text-decoration: none;color: #ffb800;text-decoration: underline;}

#overflow span {
	display:block;
	top:0px;
	left:0px;
	width:100%;
	min-width: 1024px;
	height: 100%;
	min-height: 720px;
	background:url('bk.jpg') no-repeat 50% 0%;}
	
#rand span {
	display:block;
	top:0px;
	left:0px;
	width:100%;
	min-width: 1024px;
	height: 100%;
	min-height: 760px;}
	
#logo {
	position: absolute;
	height: 60px;
	width: 414px;
	top: 72px;
	left: 50px;}
	
#main {
	display:block;
	position:relative;
	height: 100%;
	margin:0 auto;}
