@charset "utf-8";

a img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}

html {
		height: 100%;
		overflow: hidden;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
.style1 {
	font-size: 10px;
	color: #666666;
}

.main {
z-index: 1;
width:100%;
height:100%;
}

.box {
width:722px;
height:130px;
z-index: 2;
position:absolute;
left: 50%;
top: 50%;
margin-left: -364px;
margin-top: 130px;
}
.news {
z-index: 3;
position:relative;
top:0px;
left:0px;
width:340px;
height:130px;
border:#999 1px solid;
background:#333;
}
