div {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#content {
	position: relative;
	top: 50px; 
	height: 950px;
	width: 990px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
}

div#bg {
	background-image: url('../images/second_bg.png');
	width: 988px;
	height: 930px;
	position: absolute;
	overflow: hidden; 
	z-index: 1;
}

div#down_pic {
	background-image: url('../images/down_pic.png');
	width: 158px;
	height: 140px;
	top: 704px;
	left: 80px; 
	position: absolute;
	overflow: hidden; 
	z-index: 3;
}
#down_pic , #down_pic  a {
	width: 340px;
	height: 200px;
}
#down_pic  a {
	display: block;
}


div#menu {
	position: absolute;
	overflow: hidden;
	top: 242px;
	left: 22px;
	width: 314px;
	z-index: 2;
	height: 450px;
}

div#minigallery{
	position: absolute;
	overflow: hidden;
	top: 65px;
	left: 485px;
	z-index: 4;
}

div#titles{
	position: absolute;
	overflow: hidden;
	top: 250px;
	left: 380px;
	z-index: 4;
	color: #999999;
	font-family: Verdana;
	font-size: 14px;
}

div#main_gallery{
	position: absolute;
	overflow: hidden;
	top: 300px;
	left: 430px;
	z-index: 4;
}



body {
	background-image: url("../images/bg.jpg");
	text-align: center;
	margin: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, 'Times New Roman';
	font-size: 12px;
}


img {
	border: 0px;
}

a.intro {
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 17px;
}
a.intro:visited {
	color: #FFFFFF;
	text-decoration: none;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}

a.sb {
	color: #666666;
	text-decoration: none;
}
