﻿/* CSS */
/* LAYOUT */
#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#main-container {
	width: 960px;
	background:url(/images/content-bg.gif) top left repeat-y;
}
