@charset "utf-8";
/* CSS Document */

body {
	text-align:justify;
	font-family:Verdana;
	font-size:12px;
	background-image: url(images/back-gradient.jpg);
	background-repeat: repeat;
	background-position: center top;
	color: #f0ec02;
		}
.body .mainframe {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana;
	font-size: 12px;
	color: #f0ec02;
}
.body .mainframe .content {
	font-family: verdana;
	font-size: 14px;
	color: #f0ec02;
	background-color: #000000;
	border: thick solid #acec18;
	padding: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.body .mainframe .footer {
	width: 700px;
	background-color: #acec18;
	height: 60px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.body .mainframe .footer1 strong {
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	height: 30px;
	width: 700px;
}
.body .mainframe .footer1 {
	font-family: verdana;
	height: 40px;
	width: 700px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
}

.body .mainframe .content .image1 {
	border: 1px solid #FFFFFF;
	height: 237px;
	width: 316px;
	top: auto;
	right: auto;
}

.body .mainframe .top {
	height: 159px;
	width: 700px;
}
.body .mainframe .top .van {
	float: left;
	height: 159px;
	width: 273px;
	background-image: url(images/van.jpg);
	background-repeat: no-repeat;
}
.body .mainframe .top .logo {
	float: right;
	height: 159px;
	width: 427px;
	background-image: url(images/logo-top.gif);
	background-repeat: no-repeat;
}
