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

body
	{
	font: 11px tahoma;
	color: #FFF;
	background: #000;
	scrollbar-highlight-color: #903e2f;
	scrollbar-3dlight-color: #880100;
	scrollbar-shadow-color: #4c0100;
	scrollbar-darkshadow-color: #4c0100;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #880100;
	scrollbar-arrow-color: #FFFFFF;
	}

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

#head
	{
	width: 100%;
	height: 123px;
	background: url("images/head.gif");
	}

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

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

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

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

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

#footer
	{
	font-size: 11px;
	margin-top: 30px;
	width: 800px;
	}

#tfoot
	{
	width: 100%;
	height: 123px;
	background: #009fc4;
	}