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

body {
	font: 12px arial;
	color: #929599;
	background: #11121F;
	text-align: center;
}

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

#logo {
	text-align: left;
	margin-left: 10px;
	font-size: 72px;
	font-family: Verdana;
	font-weight: bold;
	color: #EEF1F5;
	margin-bottom: 10px;
}

#body {
	width: 100%;
	height: auto;
	background: #282935;
	padding: 10px 0;
}

#desc {
	width: 500px;
	padding: 10px;
	text-align: justify;
}

#surf {
	margin-top: 10px;
	height: 33px;
	width: 500px;
	padding-bottom: 10px;
}

#search {
	float: left;
	background: url("images/bar.jpg") no-repeat;
	width: 411px;
	height: 26px;
	font-size: 16px;
	padding: 7px 0 0 10px;
	color: #11121F;
}

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

#footer {
	margin-top: 10px;
	font-size: 10px;
}