html {
	background-color: #EFEFEF;
}

body {
	font-family: Arial, Verdana;
	font-size: 12px;
	
	background-color: #EFEFEF;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	
	/*width: 1257px;*/
	height: 718px;
	
	background-image: url(../images/background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	
	background-color: #EFEFEF;
}

div#main {
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	margin-top: 144px;
	
	width: 903px;
	height: 370px;
}

div#main div {
	float: left;
}

div#leftcol {
	text-align: right;
}

div#centercol {
	width: 464px;
	
	text-align: center;
}

div#prefooter {
	margin-left: auto;
	margin-right: auto;
}

div#footer {
	min-width: 903px;
}

div#leftfooter {
	float: left;
	
	margin-top: 102px;
	margin-left: 63px;
}

div#centerfooter {
	margin-left: auto;
	margin-right: auto;
	
	width: 375px;
	
	text-align: center;
}

div#rightfooter {
	float: right;
	
	margin-top: 119px;
	margin-left: 24px;
	margin-right: 61px;
}


h1 {
	margin: 10px;
	margin-top: 50px;
	
	text-align: center;
	
	font-size: 16px;
	font-weight: bold;
}

p {
	margin: 10px;
	margin-top: 20px;
}


#launch:focus { -moz-outline-style: none; }