#mhead {
	color:#ffffff;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	text-align: center;
	font-family: Arial;
	background-color: #333333;

}

#container {
	width: 400px;
	height: 400px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	float:left;
	padding:3px;
	border:solid #666 0;
	cursor: pointer;
}

#thumb {
	margin: 40px auto 0 auto;
	width:850px;
	height:615px;
	color:#ffffff;
	box-shadow:0 0 10px #CCC;
	z-index:9999;
	border:solid #CCC 1px;
	overflow:hidden;
	position:relative;
	background-color: black;
	display:block;
}

#bg {
	background-color: black;
	width:99%;
}

#bgimage {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
