/**
 * page.css
 */

body {
	margin: 0px 0px 0px 0px;
	background-image: url(images/body-bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
}

#page {
	/*958*/
	background-image: url(images/bg-full.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	height: 835px;
	~height: 100%;
	_height: 100%;
	
	margin-top: -26px;
	_position: relative;
	_width: 960px;
	
	margin-bottom: 10px;
	
	/*border: 1px solid red;*/
}
#wrapper {
	/*958*/
	width: 960px;
	
	height: 100%;
	
	left: 50%;
	margin-left: -479px;
	
	position: relative;
	
	background-image: url(images/bg-wrapper.png);
	background-position: top left;
	background-repeat: repeat-y;
	
	margin-top: 26px;
	
	float: left;
	_float: none;
	
	/*border: 1px solid red;*/
}
