body {
	background: #1f120a url('../images/page_background2.jpg') no-repeat top right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header{background: url('../images/header_background.jpg'); height:167px; width:1000px; text-align:center;}
#left_bound{background: url('../images/left_border.png') repeat-y; width:15px;}
#right_bound{background: url('../images/right_border.png') repeat-y; width:15px;}
#left_corner{background: url('../images/bottom_left_border.png') no-repeat left bottom; width:35px; height:15px;}
#right_corner{background: url('../images/bottom_right_border.png') no-repeat right bottom; width:35px; height:15px;}
#bottom_bound{background: url('../images/bottom_border.png'); width:960px; height:15px;}

/*Rotation*/
/* rotator in-page placement */
div#rotator{
	position: relative;
	height: 296px;
}
div#rotator ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#rotator ul li {
	position: absolute;
	display: inline;
	float: left;
}
div#rotator ul li.show {
	z-index:500
}
