@charset "utf-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	background: #000;
	font-size:14px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.comingSoon{
	background:url(../images/bkg.jpg) no-repeat;
	width:853px;
	height:345px;
	margin:auto;
}

.btn{
	background:url(../images/btn.gif) no-repeat;
	width:212px;
	height:66px;
	border:0px;
	margin-top:150px;
	cursor:pointer;
}

.menu{
	clear:both;
	color:#7392a0;
	margin-top:20px;
	float:right;
	margin-right:40px;
	text-align:right;
	width:700px;	
}

a{
	color:#7392a0;	
	text-decoration:none;
	font-weight:bold;
	letter-spacing:-1px;
}

a:hover{
	color:#536a74;	
	font-weight:bold;
}

.logos{
	margin-top:70px;	
}

.logos a img{
	border:0px;
	margin-right:18px;
}