html{
	margin: 0; 
	padding: 0;
}

body { 
	background: #000; 
	margin: 0;padding: 0;
}

.banner-link {
	position: absolute;
	width: 860px;
	height: 120px;
	top: 0px;
	left: 0px;
	z-index: 1000;
	display: block;
}

.banner-link:focus {
	border: none;
	outline: none;
	border-style:none;
}

#banner {
	position:absolute;
	width:860px;
	height:120px;
}
	
#banner:hover{
	cursor:pointer
}	

.content{
	position: absolute;
	width: 100%;
	height: 0%;
	top: 0%;
	background-color: #000;
}
.img1{
	position: absolute;
	top: 23px;
	left: 35px;
	width: 168px;
	height: 77px;
	opacity:0;
}

.text1{
	position: absolute;
	top: 21px;
	left: 241px;
	width:583px;
	height:28px;
	opacity:0;
}

.text2{
	position: absolute;
	top: 53px;
	left: 241px;
	width:583px;
	height:21px;
	opacity:0
}

.link1, .link2{
	position: absolute;
	top: 88px;
	left: 717px;
	width:106px;
	height:13px;
	opacity:0
}
