@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #CCC;
	background-color: #C00;
}
#container {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 167px;
	width: 960px;
}
#header-menu {
	background-image: url(images/header-menu.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 113px;
	width: 960px;
}
#content {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	clear: both;
	height: 142px;
	width: 960px;
	min-height: 100px;
}
#footer-menu {
	background-image: url(images/footer-menu.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 114px;
	width: 960px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 184px;
	width: 960px;
}