body {
	background-image:url(../images/body.jpg);
}

html,body {
	width:100%;
	height:100%;
}

body.popup {
	background-image:none;
	padding:10px;
	width:auto;
	height:auto;
}

#contentWrapper {
	width: 910px;
	margin: 30px auto 0 auto;
	display: block;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid none;
}