*{
	margin: 0;
	padding: 0;
}
body{
	color: #231f20;
	font-family: Georgia, Times, Times New Roman, serif;
	background-image: url('images/bgr_splash.jpg');
	background-repeat: repeat-x;
	padding: 40px 0 0 0;
	font-size: 0.7em;
}
img{
	border: 0;
}
.splash{
	width: 988px;
	height: 581px;
	margin: 0 auto;
	background-image: url('images/bgr_splash.png');
	background-repeat: no-repeat;
}
.top{
	padding: 30px 0 0 0;

}
.top div{
	width: 400px;
	margin: 0 0 0 auto;

}
.top div a{
	color: #0051ff;
}
.top div a:hover{
	text-decoration: none;
}
.form{
	padding: 327px 31px 0 0;
	text-align: right;
}
form input{
	background-color: #eae3cc;
	border-left: 1px solid #62594a;
	border-right: 1px solid #ada18f;
	border-bottom: 1px solid #c3baad;
	border-top:  1px solid #3f382f;
	margin: 0 0 20px 0;
	width: 207px;
}
form a{
	display: block;
	width: 120px;
	height: 100px;
	float: right;
}
.bottom{
	padding: 90px 0 0 0;
}
