﻿html, body
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	/*height: 100%;*/
}
body
{
	font-family: Tahoma,Verdana,Arial,宋体;
	font-size: 12px;
	background-color: #000000;
}

img{ border: none; }

.wrapper
{
	position:relative;
	width: 100%;
	height:100%;
	border:solid 0px red;
	background-repeat:no-repeat;
}

.main
{
	position:relative;
	margin: 0 auto;
	width: 1024px;
	height:665px;
	background-image:url(../image/bg.jpg);
	background-repeat:no-repeat;
}

.head
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height:88px;
}
.navi1
{
	position:absolute;
	left: 433px;
	top: 23px;
	width: 57px;
	height:17px;
	cursor: pointer;
}
.navi2
{
	position:absolute;
	left: 518px;
	top: 23px;
	width: 68px;
	height:17px;
	cursor: pointer;
}
.navi3
{
	position:absolute;
	left: 613px;
	top: 23px;
	width: 42px;
	height:17px;
	cursor: pointer;
}
.navi4
{
	position:absolute;
	left: 683px;
	top: 23px;
	width: 47px;
	height:17px;
	cursor: pointer;
}
.navi5
{
	position:absolute;
	left: 757px;
	top: 23px;
	width: 51px;
	height:17px;
	cursor: pointer;
}
.content
{
	position: absolute;
	left: 0px;
	top: 88px;
	width: 1024px;
	height:577px;
}
.divText
{
	position: absolute;
	left: 19px;
	top: 58px;
	width: 219px;
	height: 400px;
}
.divThumbnail	
{
	position: absolute;
	left: 116px;
	top: 468px;
	z-index:100;
	width: 249px;
	height: 83px;
}
.divThumbnail img
{
	cursor:pointer;
}

.divThumbnail2	
{
	position: absolute;
	left: 117px;
	top: 442px;
	z-index:100;
	width: 473px;
	height: 112px;
}
.divThumbnail2 img
{
	cursor:pointer;
}
#divImgTitle	
{
	position: absolute;
	left: 240px;
	top: 0px;
	width: 757px;
	height: 18px;
	text-align: center;
}
#divImg	
{
	position: absolute;
	left: 240px;
	top: 18px;
	width: 757px;
	height: 533px;
	text-align: center;
}
#loading
{
	position: absolute;
	left: 600px;
	top: 240px;
	display: none;
}