html, body {
	margin: 0;
	padding: 0;
	background-color: #fbf4e0;
	height: 100%;
	width: 100%;
}

img {
	border: 0;
}

table {
	width: 100%;
	height: 100%;
}

#left {
	background-color: #fbf4e0;
	background-image: url('splash/left_bg.png');
	background-repeat: repeat-x;
}

#right {
	background-color: #bcd2c9;
	background-image: url('splash/right_bg.png');
	background-repeat: repeat-x;
}

#center {
	background-image: url('splash/center_bg.png');
	background-repeat: repeat-y;
	width: 990px;
	vertical-align: top;
}
