@charset "utf-8";
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
	color: #6FF;
}

div#header{
	width: 800px;
	height: 100px;
	margin:0px auto;
}

div#menu{
	width: 800px;
	height: 40px;
	margin:0px auto;
}
#content1{
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat;
	margin: 0px;
}

#content2{
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat;
}
#footer{
	width:800px;
	margin:0px auto;
	font-weight: bold;
	color: #FFF;
	background-color: #09F;
}
#content1 {
	width: 800px;
}


.footer_btn1{
	width:160px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}
#base {
	width: 800px;
}

a:visited {
	color:#006;
}
a:hover {
	color:#66F;
}

a {
	font-size: 11px;
	color:#009;
}
