@charset "utf-8";
body {
	background-color: #1d1411;
	margin: 0px;
	background-image: url(.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
}
#header {
	background-color: #b6b0a7;
	margin-top: 0px;
	width: 100%;
	height: 143px;
	padding: 0px;
	background-image: url(grph/fond_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding-top: 0px;
}

#menu {
	background-color: #b6b0a7;
	margin-top: 0px;
	width: 100%;
	height: 80px;
	padding: 0px;
	background-image: url(grph/fond_menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	padding-top: 0px;
}

#wrapper {
	background-color: #b6b0a7;
	margin-top: -21px;
	width: 100%;
	height: 800px;
	padding: 0px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding-top: 0px;
}

#empty {
  margin-top: -5px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
  background-color: #b6b0a7;
	height: 15px;
}

#footer {
	background-color: #2c211f;
	bottom: 0;
	width: 100%;
	height: 150px;
	padding: 0px;
	background-image: url(grph/footerfond.jpg);
	background-repeat: repeat-x;
	background-position: center;
	position: relative;
}
