body {
	background: #fff url("../images/bg.jpg") repeat-x top center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
    font-style:  normal;
    font-weight: normal;
	color: #000;
	position: relative;
	width: 1000px; 
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

a:link { text-decoration: none; font-weight:normal; color: #c00; }
a:visited { text-decoration: none; font-weight:normal; color: #900; }
a:hover { text-decoration: none; font-weight:normal; color: #900; }
a:active { text-decoration: none; font-weight: normal; color: #900; }

a:link:hover { text-decoration: none; font-weight: normal; color: #900; }
a:visited:hover { text-decoration: none; font-weight: normal; color: #900; }
a:active:hover { text-decoration: none; font-weight: normal; color: #900; }

.logo {
	text-align: center;
	vertical-align: middle;
	width: 156px;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.menu {
	vertical-align: middle;
	width: 844px;
	height: 30px;
	position: absolute;
	left: 156px;
	top: 108px;
	color: #fff;
	font-size: 14px;
	padding-top: 6px;
	padding-left: 3px;
}

.menudiv {
	text-align: middle;
	font-weight: normal;
	color: #999;
}

.content {
	position: absolute;
	left: 50px;
	top: 238px;
	line-height: 1.5;
	font-size: 16px;
	width: 900px;
}

.title {
	font-size: 24px;
	color: #c00;
}