body {
	background-color: #FFFFFF;
	
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	background-image: url(../images/splash/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	background-color: #000;
}

form {
	margin: 0px;
	padding: 0px;
}

body, .main_box
{
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.main_box {
	background-image: url(../images/splash/flag-small.png);
	background-repeat: no-repeat;

	margin-left: auto; 
	margin-right: auto; 
	
	display: block; 
	width: 630px;
	min-height: 392px;
	
	margin-top: 395px;
}

.main_box .content {
	font-size: 13px;
	padding-top: 60px;
	margin-left: 70px;
	margin-right: 90px;
}

.main_box .boxes {
	background-image: url(../images/splash/text.png);
	background-repeat: no-repeat;
	
	padding-left: 220px;
	padding-top: 80px;
	height: 96px;
}

img {
	border: 0px none #FFFFFF;
}