@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #666666;
	margin: 0;
	padding: 0;
}
#wraper {
	width:780px;
	margin:0 auto;
	border:1px solid #666;
}
#header {
	width:780px;
	margin:0 auto;
	background-image:url(/images/index1_1.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#000;
	height:67px;
}
#main {
	float:left;
	width:100%;
	background-image:url(/images/hp-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border:1px solid #333;
}
#right {
	width:520px;
	float:right;
	margin-right:20px;
	text-align:center;
}
#right h2 {
	margin-top:4px;
}
#menu {
	position:relative;
	margin-top:230px;
	margin-left:50px
	width:200px;
}
#footer {
	clear:both;
	width:96%;
	font-size:82%;
	text-align: right;
	padding-right:4%;
	padding-top:20px;
}
.clearfloat {
	clear:both;
	height:1px;
	font-size:0;
}