@charset "utf-8";
/* CSS Document */

a, a:active, a:visited 
{	
	color:#f2673a;
	text-decoration: none;
}

p 
{
	line-height: 20px;
}

#body 
	{
	position:relative;
	width:990px;
	height:100%;
	top: 0px;
	left: 50%;
	margin-left:-495px;
	background-color: #f8f8f8;
	background-image: url(../billeder/bagtop.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, serif;
	font-size: 14px;
	color: #FFF;
	}
#header 
	{
	position:absolute;
	top:4px;
	height:88px;
	width:100%;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	border:1px solid #666;
	}
#content 
	{
	position:absolute;
	top:96px;
	left:0px;
	width:800px;
	height:600px;
	background-color:#CCC;
	border:1px solid #666;
	background-image:url(content_bg.jpg);
	background-repeat:no-repeat;
	}
#commercial 
	{
	position:absolute;
	top:708px;
	left:0px;
	width:800px;
	height:auto;
/*	background-color:#CCC;
	border:1px solid #666;
	background-image:url(content_bg.jpg);
	background-repeat:no-repeat;*/	
	}
#menu 
	{
	background-image:url(menu_bg.jpg);
	position:absolute;
	top:96px;
	right:0px;
	width:180px;
	height:500px;
	background-color:#CCC;
	border:1px solid #666;
	color: #FFF;
	}	
#ip_win
	{
	position:absolute;
	top:600px;
	right:0px;
	width:180px;
	height:auto;
	background-color:#CCC;
	border:1px solid #666;
	}
#menu a {
	position: absolute;	
	font-size: 14px;
	left:20px;
}
#twitter {
	position: absolute;
	height:300px;
	width:250px;
	right:30px;
	bottom:40px;
}
	
.flash_con 
	{
	position:absolute;
	height:auto;
	width:auto;
	left:90px;
	top:90px;	
	}
	
.text
	{
	position:absolute;
	left:35px;
	top:35px;
	}
