
* {
	margin: 0;
	padding: 0;
}

body {
	background: #5F8000  url(../img/bg.PNG) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
.header {
	background: url(../img/HEADER.png) no-repeat;
	height: 190px;
	margin: 0 auto;
	width: auto;
	background-position:center;
}
.menu { background-image:url(../img/menubar.png);
	height: 50px;
	margin:0 auto;
	width:735px;
	background-position:center;
}
.FOOTER { background-image:url(../img/menubar.png);
	height: 50px;
	margin:0 auto;
	width:735px;
	background-position:center;
	text-shadow: #000000; 
}

.CONTAINER {
width:735px;
background-color:#000000;
background-image: url(../img/container.png);

background-position:center;
margin:0 auto;}
