@charset "UTF-8";
/* CSS Document */

body{
	background:#000;
	color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .8em;
	margin: 0;
	padding:0;
	
}

#line1{
	background:#ff4c7e;
	margin-top: 86px;
	height: 8px;
	width: 100%;
}

#line2{
	background:#ff4c7e;
	margin-top: 21px;
	height: 2px;
	width: 100%;
}

#comingsoon{
	background:url(images/splash.jpg) no-repeat top right;
	position:absolute;
	right: 0px;
	top:0px;
	height:768px;
	width: 1024px;
}