body{
	background-image:url(../img/paper.png);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
h1{
	font-size:20px;
	color:#2c3e6a;
}
h2{
	font-size:15px;
	color:#2c3e6a;
}
.center{
	width:780px;
	margin:0 auto;
}
.top{
	background-image:url(../img/top.png);
	height:114px;
}
.bottom{
	height:25px;
	line-height:25px;
	color:#333;
	font-size:11px;
}
.main{
	padding:5px 20px;; text-align:left;
}
label{
	display:block;
	margin-top:10px;
	color:#333;
}
