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

body{
	background:#000;
}

#centralBox{
	width:250px;
	margin:auto;
	position: relative; 
	color: #595A7A;
}

#container{
	
	background:#00012e;
	height: 90%;
	width: 100%;
	
}

#middle {
	border:thin solid #01035E;
	position: absolute; 
	top: 40%; 
	height:125px;
	background:#00012E;
	} /* for explorer only*/


#middle[id] {

	vertical-align: middle; 
	width: 100%;
	}
	
#temp{
	
}

a {
	font-size:18px;
	color:#595A7A;
	text-decoration:none;
}

a:hover{
	color:#9999AD;	
}

#loginForm{
	
	display:none;	
}
