@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/images/3/background_launchpage.jpg);
	background-repeat:repeat-x;
	background-color:#abb3bc;
	margin: 0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

#wrapper {
	text-align:center;
	background-image:url(/images/3/wrapper_panel_shadow.png);
	background-repeat:no-repeat;
	width:960px;
	height:730px;
	behavior: url(/includes/iepngfix3.htc);
	margin-right: auto;
	margin-left: auto;
	}
	
#container{
	float:left;
	width:800px;
	height:730px;
	margin-left:80px;
	margin-top:40px;	
}

#launcherHeader {
	float:left;
	width:100%;
	height:130px;
	clear:both;
	}
	
#launcherBanner {
	float:left;
	width:800px;
	height:200px;
}

.infoBlock{
	float:left;
	width:250px;
	height:300px;
	margin-left:12px;
	margin-top:10px;
	background-color:#000;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

#info { padding:12px; color:#CCC; }


