
body {background: #1a171b url(images/background.jpg) center repeat-y fixed;}


#meny { margin: 0 auto; width: 900px; background: #000000; }
img { border: none; margin: 0; padding: 0;}
a { border: none; margin: 0; padding: 0;}

#top { margin: 0 auto; width: 900px; min-height: 162px; background: url(images/over_bg.png) no-repeat; }

#main { margin: 0 auto; width: 900px; min-height: 170px; background: url(images/under_bg.png) no-repeat; }

/* example_6 css */
#menu_image {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 900px; /* important */
	height: 200px; /* important */
	margin: 0;
	padding: 0;
}


#menu_image_content {
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	width: 18440px;
}
	
#container_bd #menu_image ul li {
		display: block;
		float: left;
}

h3 { font-size: 20px; border-bottom: 1px dotted #997f7f; margin-bottom: 10px; padding-bottom: 7px; margin-top: 30px; }




