#container
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#contentContainer
{
	background-image: url(/img/shine.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}

#header
{
	height: 40px;
	line-height: 40px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#headerContainer
{
	background-image: url(/img/headerBack.png);
}

#header #logo
{
	margin-top: 4px;
	display: block;
	float: left;
}

#mobiloptimering
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#mobiloptimering .mobilholder
{
	text-align: center;
	width: 300px;
	margin-top: 10px;
}

#mobiloptimering .largefont
{
	color: #e77301;
	font-size: 45px;
	margin-bottom: 10px;
	text-shadow: #ddd 1px 0px 5px;
}

#mobiloptimering .middlefont
{
	color: #e77301;
	font-size: 25px;
	margin-bottom: 10px;
	text-shadow: #ddd 1px 0px 5px;
}


#mobiloptimering .middle
{
	text-align: center;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#content
{
	padding: 15px;
	color: #654228;
	font-size: 12px;
	width: 815px;
	margin-left: auto;
	margin-right: auto;
}

#content #text
{
	width: 560px;
	float: left;
}

#content #rightContent
{
	width: 150px;
	float: right;
	text-align: right;
	margin-right: -12px;
	margin-top: -2px;
}

#content #rightContent a
{
	color: #654228;
	text-decoration: none;
	display: block;
}

#content #rightContent #head
{
	font-size: 15px;
	padding-top: 10px;
}

#content #rightContent #subhead
{
	font-size: 15px;
}

#content #rightContent #button
{
	float: right;
	padding-left: 5px;
}

#content h1
{
	font-size: 25px;
}

#footer
{
	background-image: url(/img/footerBack.png);
	background-repeat: repeat-x;
	height: 245px;
}

#footerContent
{
	color: #777;
	padding-top: 15px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}