@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/images/4/landing_background.jpg);
	background-repeat:repeat-x;
	background-color:#013958;
	margin: 0px;
	text-align:center;
	font-family: Century Gothic, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-position: center top;
	}
	

#wrapper {
	text-align:center;
	width:900px;
	height:874px;
	margin-right: auto;
	margin-left: auto;
	}
	
#container{
	width:900px;
	height:auto;
	float:left;
}

#header {
	float:left;
	width:900px;
	height:180px;
	}
	
#launcherBanner {
	float:left;
	width:900px;
	height:200px;
	background-color:#333;
	margin-top:0px;
}

.infoBlock{
	float:left;
	width:870px;
	height:auto;
	padding:15px;
	text-align:left;
	background-image: url(/images/4/opacity_block.png);
	background-repeat: repeat;
}

.block{
	float:left;
	background-color:#121212;
	width:410px;
	height:auto;
	margin-right:10px;
	padding:10px;
	color:#efefef;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

.info { float:left; width:870px; height:auto; padding:15px; color:#CCC; background-color:#262626; text-align:left; font-size:12px; margin-left:150px; }

.footer{
	float:left; width:900px; text-align:left; margin-top:18px; font-size:12px; color:#FC0; margin-bottom:8px;
}

.footer a, .footer a:active, .footer a:visited { color:#FC0; text-decoration:none;}

.footer a:hover { color:#FF9; text-decoration:underline;}

.border{
	border: 1px solid #efefef;
}

img a{ border:none;}

.pngFix {behavior: url(/includes/iepngfix3.htc);}




