@charset "utf-8";
/* Update at 2008-10-27 17:00 */
/* Author: greenhywang@163.com */

* {
	font-size: 11px;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.gif) top repeat-x #292C2D;
}

#header {
	width: 850px;
	height: 180px;
	background: url(../images/logo.png) no-repeat;
	margin: auto;
	text-indent:-99999px;
}

#main {
	width: 850px;
	height: 380px;
	line-height: 380px;
	margin: auto;
}

#foot {
	width: 850px;
	height: 100px;
	line-height: 100px;
	background: url(../images/foot.gif) top center no-repeat;
	margin: auto;
	text-align: center;
}

#foot p {
	padding-top:15px;
}