@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#000
}
.main {
	width: 1250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.main .header {
	background-image: url(images/index_01.jpg);
	height: 259px;
	width: 1250px;
}
.signupbox {
	width: 549px;
	position: absolute;
    top: 50px;
	left: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 86px;
}
.signupbutton {
	position: absolute;
	left: 605px;
}
.main .textline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.main .body {
	text-align: center;
	width: 1250px;
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.main .body .thumb {
	width: 300px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 2px;
}
.main .body .thumb img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.main .body .thumb .thumbtext {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	padding: 3px;
}

.main .footer {
	background-image: url(images/index_03.jpg);
	height: 81px;
	width: 1250px;
	position: relative;
	clear: both;
  background-color: #000000
}


.footer  .footertext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 500px;
	position: absolute;
	left: 545px;
	top: 45px;
	text-align: center;
}

.footer .footertext a{
	color:#FFF;
}

.style1 {
	color: #FF0000
}
.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
