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

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

a {
	font-weight: bold;
	color: black;
	text-decoration:none;
}

#head {
	width: 100%;
	height: 123px;
	background: #FF7200;
}

#logo {
	width: 376px;
	height: 123px;
	background: url("images/logo.jpg");
}

#desc {
	width: 700px;
	height: auto;
}

#surf {
    position:absolute;
    top:50%;
	left:50%;
	margin-left:-300px;
	height: 73px;
	width: 600px;
	margin-top: -130px;
}

#search {
	float: left;
	background: url("images/bar.jpg") no-repeat;
	width: 500px;
	height: 40px;
	font-size: 20px;
	color: black;
	margin-top: 15px;
	text-align:center;
	outline:none;
}

#submit {
    position:relative;
	float: right;
	background: url("images/button.jpg") no-repeat;
	width: 88px;
	height: 73px;
	cursor: pointer;
}

#footer { 
    position:absolute;
	left:50%;
	margin-left:-420px;
	height: 73px;
	margin-top: -40px;
	font-size: 15px;
	width: 800px;
}