html, body {
	width:100%;
	height:100%;
	font-family:verdana,arial, sans-serif;
	font-size:10px;
	line-height:2em;
	text-align:left;


	color:#777;
}

a {
	text-decoration:none;
	color:#555;
}

a:hover {
	color:black;
}

#center {
	position:relative;
	width:650px;
	margin:0 auto;
}

#top{
	height:150px;
	position:relative;
	margin-bottom:30px;
}

.divider{
	position:absolute;
	bottom:0;
	background:url(gfx/divider.png) no-repeat;
	width:650px;
	height:20px;
}

#logga{
	position:absolute;
	top:40px;
	right:0;
}


h1{
	text-transform:lowercase;
	clear:both;
	font-family:georgia, "times new roman", sans-serif;
	font-size:44px;
	line-height:0.8em;
	text-align:right;
	color:#bbb;
	margin:0 5px 30px;
	
}



#left{
	width:250px;
	float:left;
}

#right{width:390px;float:right;}
#right li{width:180px;height:120px;float:left;margin-left:10px;text-align:center;line-height:1em;}
#right li a:hover{filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;}

