body, html {
	margin: 0;
	padding: 0;
	background: #050405 url(../images/bgPage.jpg) top left repeat-x;
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, helvetica, sans-serif;
}

#pageWrapper {
	width: 100%;
}

#page {
	clear: both;
	width: 973px;
	text-align: left;
}

#header {
	clear: both;
	width: 973px;
	height: 209px;
	background: transparent url(../images/bgHeader.jpg) top left no-repeat;
}

#body {
	clear: both;
	width: 973px;
	height: 373px;
	background: transparent url(../images/bgBody.jpg) top left no-repeat;
}

#footer {
	clear: both;
	width: 973px;
	height: 200px;
	background: transparent url(../images/bgFooter.jpg) top left no-repeat;
}

#contentWrapper {
	position: absolute;
	width: 400px;
	height: 340px;
	margin: 20px 0 0 345px;
	padding: 0 0 0 0;
	overflow: hidden;
	
}

#content {
	padding: 0 .5em 0 0;
}

#scrollUp {
	position: absolute;
	margin-top: 70px;
	margin-left: 750px;
}

#scrollDown {
	position: absolute;
	margin-top: 90px;
	margin-left: 750px;
}
