body, html {
	background: url("images/bkg.gif");
	margin: 0;
	padding: 0;
	
}

#container {
	background: white url("images/logga_bkg.gif") no-repeat bottom right;
	width: 1003px;
	margin:0 auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	
}

#top {
	width: 100%;
	background: white
	height: 144px;
}

#top .logga {
	height: 144px;
	border: 0;
}

a img {
	border: 0;
}

#menu {
	width: 100%;
	background: url("images/menu_bkg.gif");
	height: 127px;
}

#footer {
	clear:both;
	line-height: 16px;
	height: 36px;
	width: 100%;
	background: transparent url("images/footer_bkg.gif") repeat-x;
	background-position: 2px 2px;
	border-bottom: 2px solid black;
}

#content {
	padding: 5px;
}

#right {
	width: 175px;
	padding: 5px;
	float: right;
}

#left {
	width: 750px;
	padding: 5px;
}
