body{
	background:url(images/bg.png) repeat;
}
div#wrapper{
	width:727px;
	margin:auto;
	position:relative;
}
div#splash{
	width:727px;
	height:640px;
	margin:auto;
	background:url(images/splash.png)no-repeat top center;
	position:relative;
}
div#logo{
	width:360px;
	height:133px;
	background:url(images/logo.png) no-repeat;
	margin:auto;
}
form#newsletter input.email{
	width:157px;
	height:19px;
	background:transparent;
	border:0px;
	margin-right:19px;
	color:#999;
}
form#newsletter{
	position:absolute;
	top:590px;
	left:153px;
}
form#newsletter input.submit{
	width:45px;
	height:19px;
	border:0px;
	background:transparent;
	cursor:pointer;
	
}
div#logotypes{
	width:760px;
	height:70px;
	margin:auto;
	background:url(images/logotypes.png) no-repeat;
	clear:both;
	margin-top:50px;
	margin-bottom:60px;
}
div#copy{
	width:760px;
	height:70px;
	margin:auto;
	clear:both;
	color:#858585;
	font-family:Verdana, Sans;
	font-size:11px;
	
}

div#copy a:link, div#copy a:visited{
	color:#858585;
	font-family:Verdana, Sans;
	font-size:11px;
	text-decoration:none;
}
div#copy a:hover, div#copy a:active{
	color:#858585;
	font-family:Verdana, Sans;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px #858585 dotted;
}
