
html, body {
	height: 100%;
	width: 100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

html>body {
    min-height:100%;
    height:auto;
}

body {
	background-image:url(../images/cbg.jpg);
	background-position:center;
	background-repeat:repeat-y;

	position: relative;
}

#wrap {
	width:760px;
	min-width:760px;
	margin:0px auto;
}

#header {
	background-repeat:no-repeat;
	background-image:url(../images/header.jpg);
	height:273px;
}


#mainmenu ul {
	width:724px;
	margin:0px auto;
}

#mainmenu li {
	background-image:url(../images/menu.jpg);
	display:inline-block;
	float:left;
	height:31px;
	width:119px;
	margin-left:1px;
	padding-top:13px;
}


#content {
	background-repeat:repeat-y;
	padding-bottom:68px;
	margin: 0px 22px;
}


#footer {
	width:760px;
	height:68px;
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	
	background-image:url(../images/fbg.jpg);
}

#footer div {
	width:100%;
	text-align:center;
}
