body {
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					0.7em;
	color: 						#000000;
	margin: 					0px;
	background-color: 			#FFFFFF;
	background-image: 			url(../images/bg.jpg);
	background-repeat: 			repeat-x;
	background-position: 		center top;
}
table {
	font-size: 					0.7em;
}
p {
	margin-top: 				0px;
}
h3 {
	margin-top: 				0px;
	font-size: 					1.5em;
}
a:link {
	text-decoration: 			none;
	color: 						#3300FF;
}
a:visited {
	text-decoration: 			none;
	color: 						#000099;
}
a:hover {
	text-decoration: 			underline;
	color: 						#FF0066;
}
a:active {
	text-decoration: 			none;
	color: 						#3300FF;
}
#container {
	position:					absolute;
	width:						960px;
	height:						820px;
	left: 						50%;
	margin-left: 				-480px;
}
#logo-left {
	position: 					absolute;
	height: 					125px;
	width: 						220px;
	left: 						10px;
	top: 						6px;
}
#contact {
	position: 					absolute;
	height: 					145px;
	width: 						250px;
	left: 						250px;
	top: 						12px;
}
#launch{
	position: absolute;
	left: 523px;
	top: 48px;
}
#logo-right {
	position: 					absolute;
	height: 					150px;
	width: 						255px;
	right: 						0px;
	top: 						7px;
	text-align: 				right;
}
#main-image {
	position: 					absolute;
	height: 					350px;
	width: 						960px;
	top: 						150px;
}
#address-bar {
	position: 					absolute;
	height: 					45px;
	width: 						960px;
	top: 						501px;
}
#copy-main {
	position: 					absolute;
	height: 					285px;
	width: 						940px;
	left: 						10px;
	top: 						528px;
}
#logos-right {
	position: 					absolute;
	height: 					160px;
	width: 						460px;
	right: 						10px;
	top: 						565px;
}

