body
{
	margin: 0;
	padding: 0;
	background: #000000 url(../images/back.gif) repeat;
	text-align: center;
}
/* Övre marginal på varje sida */
.topmargin
{
	height: 170px;
}

/* container som centrerar innehållet och sätter skuggan på sidorna */
#container, .bg_extra
{ 
	width: 930px;
	background: url(../images/bg.gif) center repeat-y;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	border: 0px solid #FFFFFF;
	text-align: left;
} 

/* container för menyn */
#menycontainer 
{
	float: left;
	width: 162px;
	padding-top: 0px;
}

/* ramen med aktuella sidans innehåll */
#innehall 
{ 
	margin: 0 0 0 175px;
	padding: 0 10px 0 0;
}

/* Nedre kanten */
#bottom
{
	width: 970px;
	background: url(../images/bottom.gif) center no-repeat;
	height: 21px;
	margin: 0 auto;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#login-box {
	margin-top: 20px;
	font-size: 10px;
	color: #fff;
	display: block;
}