* {
	margin:0;
	padding:0;
}

html, body {
	background:url(../images/bg.jpg) repeat-x top left #F9F0E1;
	height:100%;
}

html {
	height:100%;
}

body {
	height:100%;
}

#wrap {
	position: relative;
	width: 500px;
	height: 100%;
	margin: 0 auto;
}

#content {
	text-align: right;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 284px;
	margin-top: -142px;
	width: 700px;
	margin-left: -350px;
}

#bottommenu {
	width:900px;
	height:79px;
	position:fixed;
	bottom:0;
	width:100%;
	z-index: 999;
}

/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #bottom-menu-inner {margin-right:25px;}
/* end hide*/

#bottom-menu-inner {
	background:url(../images/bottom-menu.png) top left no-repeat;
	height: 39px;
	padding:40px 30px 0 30px;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

