*
{
    margin: 0;
    padding: 0;
}

#mainBackground
{
	position: absolute;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url("res/site/background.png");
	background-repeat: repeat;
	overflow: auto;
    z-index: 0;
}

#mainContainer
{
    position: relative;
    /*left: 50%;*/
    width: 700px;
    height: 808px;
	/*height: 100%;
	height: auto !important;
	min-height: 100%;
	min-height: 583px;
    margin-left: -350px;*/
    background-image: url("res/site/basicFrame.jpg");
    background-repeat: no-repeat;
    margin: 0px auto;
    z-index: 1;
}

#header
{
	position: relative;
	width: 700px;
	height: 170px;
    z-index: 2;
}

#content
{
    width: 488px;
    min-height: 583px;
    background-color: white;
    padding-top: 25px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 15px;
    clear: both;
    float: left;
    z-index: 2;
}

#linkDiv
{
    position: relative;
    top: 146px;
    left: 20px;
    height: 19px;
    width: 675px;
    font-weight: bold;
    word-spacing: -2pt;
    white-space: nowrap;
    z-index: 4;
}

#right
{
    position: absolute;
    height: 510px;
    width: 165px;
    top: 262px;
    left: 529px;
	float: right;
    z-index: 2;
}

#topOffers
{
    position: relative;
    width: 157px;
    height: 432px;
    z-index: 3;
}

#newsletterDiv
{
    position: relative;
    width: 157px;
    height: 115px;
    margin-top: 10px;
    left: 2px;
    z-index: 3;
}

#latestHeadline1, #latestHeadline2
{
    position: relative;
    width: 217px;
    margin-bottom: 55px;
    margin-top: 10px;
    float: left;
}

#latestHeadline2
{
    left: 40px;
}

#webshopLinkbox
{
    position: relative;
}

#loginSpan
{
	position: absolute;
	left: 494px;
    top: 0px;
	width: 160px;
	height: 35px;
    z-index: 3;
    vertical-align: bottom;
    overflow: visible;
}
