@charset "utf-8";
/* CSS Document */

html, body{ 
	height:100%;
	background: #9e2f06;
	margin: 0;
	padding: 0;
}

#bodyDiv{
	overflow: hidden;
	background: #9e2f06 url(../images/autumn/bg.gif) left bottom repeat-x;
	margin: 0 0 0px 0;
}

#bgArt{
	background: url(../images/autumn/bg_art.jpg) center bottom no-repeat;
	margin: 0 0 0 0;
}

#contentBot{
	position: relative;
	width: 952px;
	height: 106px;
	background: url(../images/autumn/bg_content_bot.jpg) left top no-repeat;
}
