body {
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

h1 {
	font-size: 14px;
}

a, a:visited {
	color: Black;
	text-decoration: none;
}

a:hover, a:active{
	color: Navy;
	text-decoration: underline;
}

#container {
	width: 805px;
	height: 567px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -283px;
	margin-left: -400px;
	background-image: url(../Image/main_bg.jpg);
}

#menu {
	width: 490px;
	height: 20px;
	margin-top: 140px;
	margin-left: 160px;
	text-align: center;

}
#tekst {
	width: 430px;
	height: 370px;
	margin-top: 20px;
	margin-left: 180px;
	overflow: auto;
	}

#footer {
	width: 490px;
	height: 20px;
	margin-left: 160px;
	margin-top: 0px;
	text-align: center;
	
}

#auto_l1{
	width: 145px;
	height: 115px;
	margin-left: 5px;
	margin-top: 15px;
	background-image: url(../Image/auto/l1.jpg);
}

#auto_l2{
	width: 145px;
	height: 115px;
	margin-left: 5px;
	margin-top: 10px;
	background-color: Red;
	background-image: url(../Image/auto/l2.jpg);
}

#auto_l3{
	width: 145px;
	height: 115px;
	margin-left: 5px;
	margin-top: 10px;
	background-color: Red;
	background-image: url(../Image/auto/l3.jpg);
}

#auto_r1{
	width: 145px;
	height: 115px;
	margin-left: 660px;
	margin-top: -365px;
	background-color: Red;
	background-image: url(../Image/auto/r1.jpg);
}

#auto_r2{
	width: 145px;
	height: 115px;
	margin-left: 660px;
	margin-top: 10px;
	background-color: Red;
	background-image: url(../Image/auto/r2.jpg);
}

#auto_r3{
	width: 145px;
	height: 115px;
	margin-left: 660px;
	margin-top: 10px;
	background-color: Red;
	background-image: url(../Image/auto/r3.jpg);
}

#menu_spacer {
	width: 43px;
	height: 1px;
}


	

