#top {
	background:url(images/top.jpg);
	width:900px;
	height:276px;
	margin:0 auto;
	}
	
#main {
	background:url(images/bg_main.jpg) repeat-y;
	width:900px;
	height:560px;
	margin:0 auto;
	}
	
#left {
	float:left;
	width:192px;
	height:100%;
	margin:20px 0 0 55px auto;
	}	
	
#right {
	float:right;
	width:563px;
	height:100%;
	margin:20px 60px 0 0px;
	}
	
#spillerb {
	background:url(images/spiller.jpg) no repeat;
	height:228px;
	width:192px 
    }
#bruker {
	background:url(images/bruker.jpg) no repeat;
	height:227px;
	width:192px;
	margin:20px 0 0 0;
	}
#news_main {
	margin:0 auto;
	background:url(images/main_news.jpg) no repeat;
	width:563px;
	height:202px;
	}
#news_left {
	float:left;
	background:url(images/news_-left.jpg) no repeat;
	height:302px;
	width:265px;
	margin:20px 0 0 0;
	}
#news_right {
	float:right;
	background:url(images/news_right.jpg) no repeat;
	height:302px;
	width:265px;
	margin:20px 0 0 0;
	}
#footer {
	background:url(images/footer.jpg) no-repeat;
	width: 900px;
	height:38px;
	margin: 0 auto;
	}

