﻿body{
	background-image: url("imgs/bg.jpg");
	color: #ffffff;
	-moz-background-size:100% auto;
	background-size:100% auto; 
//	background-attachment: fixed;
}

.maintable {
	width: 70%;
}
.leftcalm {
//	width: 200px;
	
}
.rightcalm {
//	width: 700px;
	
}
.mainpict {
	width: 100%;
}
.mainmove{
	width: 100%;
	height: 480;
}

.area {
	background: #ffffff;
	border: 2px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #9E2236;
	margin-bottom: 5px;
}

.submitbutton {
    background-color: #EF454A;
    color: #fff;
    border-style: none;
    border: 2px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.margin {
	margin-bottom: 200px;
}