@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bgRepeat.jpg);
	background-repeat:repeat;
	background-position:center;
	margin:0px;
	padding:0px;
}

#bgImage {
	position:absolute;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#menu {
	position:absolute;
	height:768px;
	width:100%;
	z-index:1;
	text-align:center;
}