body
{
    height:100%;
	margin:0px;
	background:url(img/background_tile.jpg);
}
#splashDiv{
    position:fixed;
	bottom:0px;
	width:100%;
}
#splashImg{	
	width:1200px;
	height:475px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	z-index:-50;
}

#mainDiv{
	position:fixed;
	z-index:100;
	width:100%;
	height:475px;
	top:0px;
	background:url(img/main_bg.png);
}

#logo{
	width:300px;
	height:127px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:20px;
}
#text{
	width:757px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background: url(img/text_bg.png);
	color:white;
}
#text p{
	margin-left:30px;
	margin-right:30px;
	text-align: justify;
	font-size:13px;
}
#icons{
	width:800px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
}
#icons img{
	float:left;
}
#info
{
    clear:both;
	text-align:center;
	color:white;
	margin:0px;
}
#info p{
	margin:0px;
}