#wrapper {
    position: relative;
	width: 800px;
	height: 1450px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/ouichef-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border: none;
	text-align: left;
	overflow: hidden;
	clear: both;
}
#content-main {
	position: absolute;
	top: 80px;
	right: 0;
	width: 595px;
	height: 1370px;
	padding-top: 25px;
	padding-right: 15px;
	text-align: left;
	overflow: hidden;
}
#content-nav {
    position: absolute;
	top: 0;
	left: 0;
	width: 182px;
	height: 1450px;
	background-image: url(images/side-nav-bg.gif);
	background-repeat: no-repeat;
	border: none;
	text-align: left;
	overflow: hidden;
}