#page
{
	position: relative;
	max-width: 1050px;
	min-width: 642px; /* Detta kan inte sättas till em! Det är absolut minimal bredd för att loggan skall få plats */
	width: 99%;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0 auto;
}

#warning
{
	width: 100%;
	background: #ff0000;
	color: #000000;
	margin: 0 auto;
	padding: 2px;
	border: 2px solid #770000;
	border-bottom: none;
}

#top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	overflow: hidden;
	background: #000000;
	background-image: url('images/logo_background.png');
	background-repeat: repeat-x;
	color: #cccccc;
}

#left
{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 170px;
	height: 100%;
	z-index: 1;
}

#center
{
	position: absolute;
	top: 150px;
	left: 170px;
	right: 170px;
	height: 100%;
	z-index: 0;
}

#right
{
	position: absolute;
	top: 150px;
	right: 0px;
	width: 170px;
	height: 100%;
	z-index: 1;
}

/*----------------------------------------------*/
/*			Logo				*/
/*----------------------------------------------*/
.logo_left{position: absolute; left: 0px;}
.logo_right{position: absolute; right: 0px;}
img.logo_center{display: block; margin-left: auto; margin-right: auto; position:relative; z-index: 1;}
.logo_center{border: 0px;}
