html,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: #D2D2D2 url(/Files/System/body-pattern.gif) repeat-y top center;
}
div.container {
	margin: 0px auto 0px auto;
	width: 760px;
	height: 100%;
	background: url(/Files/System/footer.gif) no-repeat bottom left;
}
/* HACK */
body > div.container {
	min-height: 100%;
	height: auto;
}
div.logo {
	width: 760px;
	height: 70px;
	background: #000 url(/Files/System/logo.gif) no-repeat 20px 18px;
}
div.pictures {
	width: 760px;
	height: 105px;
	background: #FFF url(/Files/System/pictures.jpg) no-repeat;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
div.topmenu {
	width: 760px;
	height: 46px;
	background: #FFF url(/Files/System/menu-pattern.gif) repeat-x;
}
div.topmenu img {
	display: block;
}
div.leftmenu {
	width: 175px;
	padding: 25px 0px 60px 0px;
	float: left;
}
div.content {
	width: 535px; /* 585px */
	padding: 25px 25px 60px 25px;
	float: left;
}
div.frontoffer {
	width: 115px; /* 125px */
	height: 165px; /* 175px */
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	background: url(/Files/System/frontoffer.gif) no-repeat;
}
div.footer {
	height: 0px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
}
div.clear {
	height: 0px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
}
