﻿body
{
	background: #ffffff url(images/forsidebilde.jpg) no-repeat;
  background-attachment: fixed;
  background-position: top center;
}

#PageFooterGrid
{
	display: block;
	height: 70px;
	background-color: Transparent;
	color: black;
	text-align: center;
	/*width: 1000px;*/ /*IE <= 6*/
	max-width: 1006px; /*fungerer bra i IE7, Firefox 2 og Opera 9*/
	/*width: expression(document.body.clientWidth < 602? "600px" : document.body.clientWidth > 1002? "1000px" : "auto");*/ /*fungerer bare for IE7*/
}

#PageHeaderGrid
{ background-color: #0b0236;}

#PageContainer
{
	border-left: 200px solid #ebeae5; /*left column width*/
	border-right: 200px solid #ebeae5; /*right column width*/
}

