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

/* start setup */

*	{
	padding:	0;
	margin:		0;
	border:		0;
	}
	
body,html{
    width:		      100%;
	height:		      100%;
	}
	
	
body{
	background-color:		#090909;
}	
	
/* end setup */

/* start style */

a {
    color:            #999999;
	text-decoration:  none;
	font-weight:      bold;
	
	}

a:hover {
	color:            #ffffff;
	font-weight:      bold;
	text-decoration:  underline;
	
	}
	

#container{
    background-color:       090909;
    background-image:		url(images/splashlogo.jpg);
	background-repeat:      no-repeat;
	background-position:    center center;
	width:			        600px;
	height:                 600px;
	margin-left:	        -300px;
	margin-top:             -300px;
	left:			        50%;
	top:                    50%;
	position:		        relative;
	}
	
	
	
#container h2{
    font-family:       Arial, Helvetica, sans-serif;
	color:			   #61656b;
	font-size:		   12px;
	height:            40;
	margin-left:	   -91px;
	margin-top:        50px;
	left:			   50%;
	top:               50%;
	position:		   absolute;
	text-align:        center;
	}


