@charset "utf-8";
/* My011 CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	border-width: 0;
	z-index: -1;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
* { 
margin: 0; 
}

#main_wrapper {
	width: 945px;
	height: 1200px;
	margin:0 auto;
}

/*login form start*/
.login {
	width: 300px;
	height: 63px;
	float: left;
	margin-left: 411px;
	margin-top: 26px;
}

.forgot {
	padding-top: 22px;
	padding-left: 140px;
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration: none;
}
/*login form end*/

/*lang start*/
.lang {
	width: 150px;
	height: 60px;
	float: left;
	margin-top: 3px;
	margin-left: 20px;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
}
/*lang end*/

/*Memu start*/
.menu {
	width: 840px;
	height: 22px;
	margin:0 auto;
	margin-top: 25px;
}

.menu ul li{
	float: left;
	padding-right: 3px;
	list-style: none;
}
/*Memu end*/

/*Main body start*/
#MainBodyWrapper {
	margin: 0 auto;
	height: 450px;
	width: 865px;
	background-image: url(images/index_bigbox.jpg);
	background-repeat:no-repeat;
}

#MainBodyWrapper_550 {
	margin: 0 auto;
	height: 550px;
	width: 865px;
	background-image: url(images/index_bigbox.jpg);
	background-repeat:no-repeat;
}

#MainBodyWrapper_720 {
	margin: 0 auto;
	height: 720px;
	width: 865px;
	background-image: url(images/index_easy.jpg);
	background-repeat:no-repeat;
}

#MainBodyWrapper_770 {
	margin: 0 auto;
	height: 770px;
	width: 865px;
	background-image: url(images/index_commission.jpg);
	background-repeat:no-repeat;
}

#MainBodyWrapper_1130 {
	margin: 0 auto;
	height: 1130px;
	width: 865px;
	background-image: url(images/index_why.jpg);
	background-repeat:no-repeat;
}

#MainBodyWrapper_1130_netlogo {
	margin: 0 auto;
	height: 1130px;
	width: 865px;
	background-image: url(images/index_about.jpg);
	background-repeat:no-repeat;
}

#MainBodyWrapper_1130_signup {
	margin: 0 auto;
	height: 1130px;
	width: 865px;
	background-image: url(images/index_signup.jpg);
	background-repeat:no-repeat;
}

#MainBodyWrapper_1700 {
	margin: 0 auto;
	height: 1700px;
	width: 865px;
	background-image: url(images/index_privacy.jpg);
	background-repeat:no-repeat;
}

#MainBodyWrapper_2320 {
	margin: 0 auto;
	height: 2320px;
	width: 865px;
	background-image: url(images/index_terms.jpg);
	background-repeat:no-repeat;
}

.BodyMenu_wrapper_index {
	
	width: 250px;
	height: 263px;
	color:#F90;
	float: left;
	margin: 20px 10px 0 15px;
	border: dashed #898989 1px;
}

.BodyMenu_wrapper {
	
	width: 160px;
	height: 95px;
	color:#F90;
	float: left;
	margin: 20px 0 0 15px;
	border: dashed #898989 1px;
}

.BodyMenu a{
	
	text-decoration:none;
	color:#F90;
	font-size:14px;
}

.BodyMenu a:hover{
	
	text-decoration:underline;
}

.seals{
	
	width: 700px;
	height: 150px;
	margin: 0 auto;
	padding-top: 30px;
}

.seals ul{
	
	list-style:none;
}

.seals ul li{
	
	float:left;
}
/*Main body end*/

/*Footer start*/
#footer {
   
	margin:0 auto;
	background-color: #FCB704;
	clear: both;
	height: 20px;
	padding-top: 10px;
}

.footerlinks {
	
	width: 330px;
	height:20px;
	font-size: 12px;
	margin: 0 auto;
}

.footerlinks ul li {
	
	float: left;
	list-style:none;
}

.footerlinks ul li a{
	text-decoration:none;
	color:#FFF;
}

/*Footer End*/
