body,td,th {
	color:					#FFF;
	text-decoration: none;
}

body {
	background-color:		#221E1F;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
}

a:link {
	text-decoration: 		none;
}

a:visited {
	text-decoration: 		none;
}

a:hover {
	text-decoration: 		none;
}

a:active {
	text-decoration:		none;
}

.head {
	background-image:		url(../design/head.png);
	width:					858px;
	height:					116px;
}

.menu {
	position:				relative;
	width:					858px;
	height:					25px;
	padding-top:			5px;
	z-index:				800;
}

.picture {
	background-image:		url(../design/picture1.png);
	position:				relative;
	width:					858px;
	height:					468px;
	z-index:				200;
}

.content {
	position:				absolute;
	background-image:		url(../design/content.png);
	width:					350px;
	height:					440px;
	z-index:				500;
	top:					20px;
	left:					65px;
	text-align:				left;
	padding-left:			40px;
	padding-right:			10px;
}

.copyright {
	position:				absolute;
	width:					390px;
	height:					50px;
	text-align:				center;
	top:					480px;
	left:					80px;
	font-size:				80%;
	color:					#666;
	text-decoration:		none;
}

h1 {
	font-size:				14px;
}

#gallery {
	position:				relative;
	height:					360px
}
	#gallery a {
		float:				left;
		position:			absolute;
		left:				0px;
		width:				858px;
		}
	
	#gallery a img {
		border:				none;
		}
	
	#gallery a.show {
		z-index:			500
		}

	#gallery .caption {
		z-index:			600; 
		background-color:	#000; 
		color:				#FFF; 
		height:				100px; 
		width:				100%; 
		position:			absolute;
		bottom:				0;
		}
