html > body #main {
background: url(use_img/main.png) no-repeat;
}

body {
	margin: 0;
	padding: 0;
	background: #404941 url(use_img/back.gif) 0 0 repeat; 
	font-family: "Trebuchet MS";
	color: #ffffff;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {
	border:0;
}

#main {
	position: relative;
	width: 800px;
	height: 364px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 176px;
	padding-top: 50px;
	padding-left: 50px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='use_img/main.png', sizingMethod='image');
}


#content {
	margin: 0px;
	position: relative;
	width: 472px;
	height: 389px;
	overflow-x: auto;
	white-space: nowrap;
	padding: 0px;
	float: left;

}

.galimage {
	margin: 0 0 0 -5px;
	padding: 0px;
	height: 264px;
}




ul {
	padding: 0;
	margin: 45px 0 0 50px;
}

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

.menu2 {
	margin-left: 30px;
	font-size: 11px;
}

a{
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

a:hover{
	color: #77817b;
}

#button {
	margin: 0px;
	padding: 0px;
	width: 218px;
	height: 264px;
	float: left;

}

#contact {
	margin: 100px 0 0 0;
	text-align: center;
	font-size: 11px;
}
