body {
	background-color	: #999999;
	color				: #999999;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
	font-size			: 16px;
}



a {
	color				: #999999;
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}

div#splash-screen {
	background-color	: white;
	position			: absolute;
	top					: 50%;
	left				: 50%;
	width				: 774px;
	margin-left			: -387px;
	height				: 512px;
	margin-top			: -262px;
	border				: white solid 1px;
}

div#footer {
	position			: absolute;
	top					: 50%;
	left				: 50%;
	width				: 774px;
	margin-left			: -387px;
	height				: 12px;
	margin-top			: 256px;
	color				: white;
	font-weight			: normal;
	font-size			: 12px;
}

div#copyright {
	float				: left;
}

div#terms_menu {
	float				: right;
}

div#terms_menu a {
	color				: white;
	text-transform: lowercase;
}

div#logo {
	width				: 774px;
	height				: 128px;
}

div#product-image {
	background-color	: #999999;
	width				: 774px;
	height				: 256px;
}

div#product-image div#image {
	position			: absolute;
	top					: 50%;
	left				: 50%;
	margin-left			: -387px;
	margin-top			: -128px;
}

div#menu {
	width				: 774px;
	height				: 128px;
	text-align			: right;
}


div#menu p {
	font-weight: normal;
	line-height: 13px;
}

div#menu p img{
margin-right: 100px;
}

div#menu a {
	font-weight: bold;
}

div#menu div#menu-group {
	height				: 20px;
	margin-top			: 25px;
}

div#menu-group div#menu-item {
	display				: inline;
	margin				: 0 25px 0 25px;
}

div#menu-group div#menu-item a {
	background: none;
	display: block;
	width: 94px;
	height: 19px;
	margin-left: 653px;
	*margin-left: 40px;

	color: #444;
}

div#menu p img {
border:none;
margin-top: -8px;
}

#bottom {
color:#777;
margin-top: 50px;
}
