﻿body
{
	background: #ffffff url(images/bgkrypto.png) repeat-x;
}


#PageContainer
{
	position: relative;
	display: block;
	/*display: table;*/
	background: #ffffff;
	/*width: 600px;*/ /*center column width*/ /*IE <= 6*/ 
	max-width: 604px; /*center column width*/ /*fungerer bra i IE7, Firefox 2 og Opera 9*/
	min-width: 300px; /*300center column width*/ /*fungerer bra i IE7, Firefox 2. Fungerer ok i Opera 9, men ikke perfekt*/
	border-left: 200px solid #ebeae5; /*left column width*/
	border-right: 200px solid #ebeae5; /*right column width*/
	overflow: visible;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}


#PageFooterGrid
{
	margin: 0px auto;
	display: block;
	height: 70px;
	background: none;
	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*/
}