* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	font: 12px arial;
	color: #FFF;
	background: #B0170F;
}

a {
	font-weight: bold;
	color: #000;
}

#body {
	width: 800px;
	height: auto;
	background: #CA4842;
	margin-top: 20px;
}

#head {
	width: 800px;
	height: 70px;
	background: url("images/logo.gif") no-repeat;
}

#desc {
	width: 700px;
	height: auto;
	margin-top: 10px;
}

#surf {
	height: 42px;
	width: 600px;
	margin-top: 20px;
}

#search {
	float: left;
	background: url("images/bar.gif") no-repeat;
	width: 492px;
	height: 37px;
	font-size: 20px;
	padding: 5px 0 0 10px;
	color: #FFF;
}

#submit {
	float: right;
	background: url("images/button.gif") no-repeat;
	width: 89px;
	height: 42px;
	cursor: pointer;
}

#footer {
	width: 800px;
	height: 10px;
	margin-top: 40px;
	font-size: 10px;
}

#bottom {
	width: 800px;
	height: 10px;
	background: #B0170F url("images/bottom.gif") no-repeat;
}