@charset "utf-8";
/* CSS Document */
* {
 margin: 0;
}

IMG{
border:0px;
}
a:link {
	color: #817367;

}
a:visited {

	color: #817367;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active { outline: none; }
a:focus { outline: none; }
body, html {
	height: 100%;
	width:100%;

	padding: 0;
    margin: 0;
	background-color:#1a1207;
	font-family:"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #936638;
}
.bg{
position: fixed;
}
#menuc{
	z-index:100;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0;
}
#menu{
  	width:1005px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.menu-web{
background-image:url(../images/menu-web2.png);
background-repeat:no-repeat;
width:700px;
height:52px;
}

