body {
	background-color: white;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}
#main {
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 100%;
}
#wrapper {
	margin: 0 auto;
	width: 814px;
	position: relative;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 152px;
}
#nav {
	position: absolute;
	z-index: 10;
	top: 113px;
	left: 395px;
	width: 440px;
	height: 30px;
}
#flashArea {
	background-image: url(images/flasharea.jpg);
	background-repeat: no-repeat;
	height: 93px;
	margin: 0;
	padding: 0 24px;
}
#animation {
	border: red;
	width: 766px;
	height: 93px;
}
#content {
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
}
#pageText {
	background-image: url(images/bg_pageText.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: auto;
	min-height: 550px;
	padding: 10px 63px 0 63px;
}
* html #pageText {
	height: 550px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 87px;
	padding-right: 63px;
	clear: both;
}
#today {
	position: absolute;
	top: 260px;
	right: 80px;
	width: 230px;
}
