body {
	background-image: url(back.jpg);
	background-repeat: repeat;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:14px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}
a:link {
	font-size: 16px;
	color: #00a;
	font-weight: bold;	
	
}
h1 {
	font-size: 22px;
	color: #739B15;	
}
h2 {
	font-size: 18px;
	color: #739B15;	
}
.content {
	padding-top: 20px;
	padding-bottom: 70px;
	text-align: center;
}
.mainbox {
	width: 600px;
	padding: 10px;
	background-color: #ace229;
	border: 5px solid #90c01d;
	text-align: left;
	margin: auto;
}
input {
	border:1px solid #000;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}