/* HEADER */
@import "header.css";

/* MAIN */
@import "main.css";

/* FOOTER */
@import "footer.css";

/* DOCUMENT */

html, body {
	height: 100%;
	width: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #6c5a04;
	margin: 0;
	padding: 0;
	background: #fff url(/file/picture/frame/body_bg.jpg) no-repeat left 214px;
}

div#viewport {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	_height: 100%;
	background: url(/file/picture/frame/viewport_bg.jpg) no-repeat right bottom;
}