body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana;
	background: url("body.png") top repeat-x;
}

#main {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#main #submain {
	padding: 12px 0;
	background-color: #fff;
}

#main #top {
	height: 200px;
	background: url("top.png") top no-repeat;
}

#main a,
#main a:link,
#main a:visited {
	color: #de5300;
	text-decoration: underline;
}

#main a:hover {
	color: #de5300;
	text-decoration: none;
}

#main input {
	border: 1px solid #ccc;
}

#butt {
	margin: 0 auto;
	width: 900px;
	height: 23px;
	background: url("butt.png");
}
