@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	background: url(../img/background.jpg) fixed no-repeat center;
	background-size: 100%;
	}

div#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	width: 100%;
	height: 250px;
	}

div#menu {
	width: 100%;
	height: 41px;
	background: #FFFF00;
	}

div#content {
	width: 100% - 40px;
	background: url(../img/transparent85.png) repeat;
	margin: 20px 0;
	padding: 40px;
	}

div#footer {
	width: 100%;
	background: #FFFF00;
	padding: 10px 0;
	}

div#header, div#menu, div#content, div#footer, ul.MenuBarHorizontal ul {
	box-shadow: 0px 0px 10px #333;
	-o-box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	}