@charset "utf-8";
/* CSS Document */
img {
	border: 0;
}
ul {
	list-style-type: none;
}
a {
	outline: none;
	text-decoration: none;
}
body {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background: #404040 url(../../images/frontend/bg_intro.jpg) no-repeat top center;	
}
div#layer {
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 30%;
	left: 0px;
	height: 400px;
	background: #141B18 url(../../images/frontend/bg_intro_header.png) repeat top;
	padding-top: 25px;
	z-index:1;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
div#page-wrapper {
	width: 1024px;
	margin: auto;
}
div#content img {
	float: right;
	padding-bottom: 20px;
}
ul {
	list-style-type: none;
}
#menu_home {
	float: left;
	width: 1024px;
	height: 29px;
	margin-left: -24px !important;
	z-index:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
	background: #000000;
}
#menu_home li {
	float: left;
	padding-top: 8px;
	padding-left: 6px;
	text-transform: uppercase;
	color: #FFFFFF;	
}
#menu_home li a {
	color: #FFFFFF;
}

