@charset "utf-8";
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
#logo {
	float: left;
	height: 112px;
	width: 220px;
	background-image: url(images/logo.png);
}
#flash-sample {
	float: left;
	height: 268px;
	width: 220px;
}
#sample-footer {
	float: left;
	height: 158px;
	width: 174px;
}
#menu {
	height: 40px;
	width: 501px;
	float: left;
}
#header {
	height: 72px;
	width: 501px;
	float: left;
}
#right {
	float: right;
	height: 112
	px;
	width: 79px;
}
#story-header {
	float: left;
	width: 800px;
	height: 121px;
	background-image: url(images/story-header.png);
}	
#story {
	float: left;
	background-image: url(images/story-body.png);
	background-repeat: repeat;
	width: 500px;
	padding-right: 150px;
	padding-left: 150px;
}
#story-footer {
	float: right;
	width: 800px;
	height: 121px;
	background-repeat: no-repeat;
	background-image: url(images/story-footer.png);
}
#footer {
	float: right;
	height: 22px;
	width: 501px;
}
