﻿/* CSS */
/* LAYOUT */
#container {
	width: 800px;
	margin-left: -400px;
	left: 50%;
	position: absolute;
	background: url(/images/fadebg-repeating.gif) top left repeat-y;
}

#contentarea {
	background: url(/images/fadebg.gif) top left no-repeat;
}

#main-container {
	width: 800px;
	background: url(/images/fadebg.gif) 0 250px no-repeat;
}
