﻿/* CSS */
/* LAYOUT */
#container {
	width: 940px;
	margin: 10px auto 0;
	background: #244c66 url(/images/mainbg-home.gif) top left repeat-y;
	padding:0 10px;
	border-top:10px solid #244c66;
	border-bottom:10px solid #244c66;
}

#main-container {
	width: 940px;
}
