html {
	height: 100%;
}

body {
	background-image: url(../graphics/home/bgIllu.png);
	background-repeat: no-repeat;
	background-position: -600px center;
}
.wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.contentTop {
	background-image: url(../graphics/gui/content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}
.content {
	background-image: url(../graphics/gui/content_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
}
.contentBottom {
	background-image: url(../graphics/gui/content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}
#homeScreen {
	background-image: url(../graphics/home/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	position: relative;
	z-index: 1;
}
#logo {
	background-image: url(../graphics/home/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	text-indent: -9999px;
	width: 250px;
	position: absolute;
	left: 665px;
	top: 225px;
	z-index: 900;
}
#offers {
	position: absolute;
	height: 50px;
	width: 120px;
	top: 410px;
	left: 780px;
}
#offers a {
	height: 50px;
	width: 120px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../graphics/offers.gif);
}
#menu {
	position: absolute;
	width: 450px;
	height: 150px;
	z-index: 1000;
	top: -50px;
	left: -40px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#siteInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
}
#siteInfo p {
	margin-bottom: 5px;
}
#siteInfo a {
	color: #333;
}
#links {
	margin-left: 10px;
	margin-top: 10px;
}
#links a:link, #links a:visited, #links a:active {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 14px;
}
#links a:hover {
	color: #000;
	text-decoration: underline;
}

