@charset "utf-8";

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	margin: 0;
}
#head_left {
	float: left;
	height: 118px;
	margin-left: 150px;
	padding-top: 45px;
}

#head_left img {
	position:relative;
	z-index: 250;
}

#head_right {
	float: right;
	height: 30px;
	width: 450px;
	padding-top: 132px;
}
#head_right img {
	position:relative;
	z-index: 250;
}
#page {
	width: 1000px;
	margin:auto;
	height: 768px;
}
#head {
	height: 163px;
}
#content {
	height: 0px;
	width: 700px;
	color: #FFFFFF;
	position: relative;
	margin-left: 150px;
	top: -415px;
	z-index: 200;
}

#menu {
	position: relative;
	color: #FFFFFF;
	right: 100px;
	top: 100px;
	float: right;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: block;
	float: right;
	padding: 3px;
	font-family: my_font;
}
.clr {
	clear: both;
}

.gallery img {
}
#footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
}
#dark {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
	z-index: 100;
	position:relative;
	top: -7px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #C0C0C0;
}