body {
	background-image: url(http://texder.com/images/bg.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	background-color: #e8e8e8;
	font-family: Arial;
}
 #header {
 	margin: auto;
 	background-image: url(http://texder.com/images/logo_texder.gif);
 	background-position: 50%;
 	background-repeat: no-repeat;
 	width: 980px;
 	height: 130px;
 	color: #fff;
 	text-align: center;
 }
 #header h1 {
 	width: 300px;
 	margin: auto;
 	font-size: 12px;
 	text-align: center;
 	line-height: 12px;
 	padding: 0;
 }
 #submenu {
 	float: right;
 	margin: 96px 70px 0 0;
 	height: 20px;
 	width: 520px;
 	font-size: 70%;
 	color: #000;
 }
 #submenu a {
 	padding: 0 2px 0 2px;
 	text-decoration: none;
 	color: #666;
 	text-transform: uppercase;
 }
 #submenu a:hover {
 	border-bottom: solid 2px #000;
 }
 #futer {
 	margin: auto;
 	margin-top: 24px;
 	width: 750px;
 	height: 32px;
 	padding: 24px 32px 24px 32px;
 	border-top: solid 1px #ddd;
 	font-size: 70%;
 	color: #333;
 	text-align: left;
 }