@charset "utf-8";

html{
	margin:0px;
	padding: 0px;
	height: 100%;
}

body{
	color:#000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	
	
}

#content {
	width:793px;
	margin:auto;
}

#header {
	background-image:url(../images/header.png);
	background-position:center top;
	background-repeat:no-repeat;
	
	
    _background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/images/header.png',sizingMethod='scale');
	
	
	height:212px;	
	text-align:center;
}

#page {
	background-image:url(../images/parchment.jpg);
	background-position:73px;
	background-repeat:no-repeat;
	height:862px;
	text-align:center;
}

#previous {
	float:left;
	margin-left:113px;
}

#next {
	float:right;
	margin-right:113px;
}

#footer {
	text-align:center;
}
