@charset "UTF-8";
/* CSS Document */

/* Front page style sheet # 1 */

*{
margin: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5B8FBE;
}
.box1{
	width:900px;
	height:700px;
	margin: 0 auto;
	background-image:url(bg.jpg);
	background-position: bottom;
}

#links {
	padding: 592px 0 0 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 31px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-indent: -99999px;
	width: 900px;
}
#links li {
	float: left;
	list-style-type: none;
}
.l1{
	margin-left:25px;
}
.l2{
	margin-left:36px;
}
.l3{
	margin-left:39px;
}
.l4{
	margin-left:38px;
}
a.link1{
	width:185px;
	height:31px;
	display:block;
	background: url(bg.jpg);
	background-position: 875px 108px;
}
a.link1:hover{
	background-position: 875px 1px;
}
a.link2{
	width:185px;
	height:31px;
	display:block;
	background: url(bg.jpg);
	background-position: 654px 108px;
}
a.link2:hover{
	background-position: 654px 1px;
}
a.link3{
	width:185px;
	height:31px;
	display:block;
	background: url(bg.jpg);
	background-position: 430px 108px;
}
a.link3:hover{
	background-position: 430px 1px;
}
a.link4{
	width:185px;
	height:31px;
	display:block;
	background: url(bg.jpg);
	background-position: 207px 108px;
}
a.link4:hover{
	background-position: 207px 1px;
}
.copyright{
	text-align:center;
	color:#000000;
	font-size:12px;
	margin: 25px auto;
}