* {padding: 0; margin: 0;}

body {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	text-align: left;
	overflow: visible;
	padding: 0px;
}

#header {
	width: 100%px;
	height: 370px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 2;
	overflow: hidden;
	line-height: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg_header.jpg);
}

#menu {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20%;
	z-index: 5;
	padding-bottom: 38px;
	padding-top: 12px;
	background-image: url(../images/bg_menu.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	overflow: hidden;
}

#content {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20%;
	padding-right: 20%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
	background: #FFFFFF;
}

#footer {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: 0px;
	z-index: 1;
	clear: both;
	padding-bottom: 20px;
	padding-top: 0px;
}
