
@media screen,projection {
body {
	background-color:#353532;
}
#header {
	background-image:url(../img/bg_header.gif);
}

#main-menu {
	height:192px;
}

#content-box {
	position:relative;
	background-image:url(../img/bg_content_box_main.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
}
#content {
	height:395px;
	background-image:url(../img/main_img/10.jpg);
	background-repeat:no-repeat;
}

#content-main {
	position:absolute; width:400px;
	left:100px; top:40px;
	padding:15px;
	border:1px solid #111;
	background-color:#444; color:#fff;
	font-size:11px;
	opacity:0.80; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}


#footer {
	height:31px;
}
#footer ul#legal-menu {margin:0 0 0 290px;padding:1px 0 0 0;list-style-type:none}
#footer ul#legal-menu li {
	width:auto !important;
	width:1px; /* ie5.0 */
	float:left;margin:0 20px 0 0;padding:0 0 0 14px;
	background-image:url(../img/arrow1.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}
#footer ul#w3-menu {clear:both;margin:0;padding:2px 0 0 0;list-style-type:none}
#footer ul#w3-menu li {
	float:left;margin:0 18px 0 0;
}

}


@media print {
}
