/** Global Nomad Splash Page **/

* {margin: 0;}

body{
	margin: 0px;
	padding: 0px;
	background-color: #B59D89;
}

.container{
	background: url(../images/bg.jpg) repeat-x top;
	width: auto;
	height: 800px;
	margin: 0 auto;
}

/** Header **/

.header{
	width: 920px;
	height: 144px;
	margin: 0 auto;
}

.header .logo{
	background:url(../images/logo.jpg) no-repeat top left;
	width: 272px;
	height: 62px;
	float: left;
	margin: 71px 0 0 20px;;
}

/** Content **/

.content{
	background: url(../images/bg_white.jpg);
	width: 941px;
	height: 544px;
	margin: 0 auto;
}

.content .wrapper{
	width: 880px;
	height: 544px;
	margin: 0 auto;
	overflow: hidden;
	
}

.content .top{
	background: url(../images/content_title.gif) no-repeat top left;
	height: 79px;
	margin: 40px 0 0 10px;
	float: left;
	width: 865px;
}


.content .center{
	float: left;
	height: 316px;
	width:880px;
	margin: 0;
}

.content .left{
	background: url(../images/content_left.jpg) no-repeat top left;
	margin: 5px 8px 0 0;
	width: 436px;
	height: 311px;
	float: left;
}

.content .right{
	background: url(../images/content_right.jpg) no-repeat top left;
	margin: 5px 0 0 0;
	width: 436px;
	height: 311px;
	float: left;
}

.content .bottom{
	background: url(../images/content_explore.gif) no-repeat top left;
	height: 77px;
	float: left;
	width: 865px;
	margin: 20px 0 0 15px;
}

.content .bottom .left{
	width: 212px;
	height: 59px;
	background: url(../images/content_subtitle01.gif) no-repeat top left;
	margin: 18px 0 0 0;
	float: left;
}

.content .bottom .right{
	width: 114px;
	height: 59px;
	background: url(../images/content_subtitle02.gif) no-repeat top left;
	margin: 18px 0 0 0;
	float: left;
}

/** Footer **/

.footer{
	width: 426px;
	height: 20px;
	margin: 30px auto 0 auto;
}

.footer .left{
	background: url(../images/footer_copyright.gif) no-repeat top left;
	width: 267px;
	height: 20px;
	float: left;
}

.footer .right{
	background: url(../images/footer_mail.gif) no-repeat top left;
	width: 159px;
	float: left;
	height: 20px;
}
