/* CSS Document */
#homeheader {
	position: absolute;
	width: 99%;
	height: 20px;
	background-image:url(../images/header-back-home.gif);
	background-repeat:repeat-x;
}

#menu {top: 20px;}

#content {
	background-image:url(../images/content-back-home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 487px;
	padding: 140px 150px 40px 210px;
}

#latestoffers {
	height: 80px;
	width: 163px;
	position: absolute;
	top: 32px;
	right: 123px;
}

#flash {
	height: 84px;
	width: 209px;
	position: absolute;
	top:45px;
	right:350px;
	z-index:1;
}

#navpanel {z-index:2;}

#wrapper {width: 950px;}
body {text-align:center;}

#site-credit {
	font-size: 0.3em;
	color: #8D8D8D;
	margin-top: 10px;
}
#site-credit a {color: #717171;}