/* CSS Document */

body
{
	margin : 0;
	text-align: center;
	background-color: #FFFFFF;
}


.container
{
	width: 100%;
	margin-top: 50px;
}

#splash
{
	width: 830px;
	height: 600px;
    margin: 0 auto;
	text-align: left; /* counter the body center */
}

