@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
}
#container {
	width: 968px;
	background: #000;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#banner {
	position: relative;
}
#MenuBar {
	position: absolute;
	top: 70px;
	right: 0px;
	left: 287px;
	bottom: 0px;
}
#under_slider {
	background: #FFF;
	background-repeat: no-repeat;
	position: relative;
	height: 350px;
	width: 968px;
}
#under_slider p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
#slider {
	position: relative;
	height: 376px;
	width: 968px;
}
#under_slider_logo {
	background-color: #000000;
	width: 944px;
	line-height: 1.2;
	padding: 12px;
	position: absolute;
	right: 0px;
	bottom: 241px;
	height: 76px;
	background-image: url(images/bon-iver-logo.gif);
}
#under_slider_text {
	width: 944px;
	line-height: 1;
	padding: 12px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	height: 216px;
	text-align: justify;
}
#under_slider_text p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 1;
}
#under_slider_text h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	line-height: 1;
}
#footer {
	background-color:#000;
	position: relative;
	height: 50px;
	width: 968px;
	float: left;
	margin-top: 30px;
}
#footer_text {
	background-color: #000000;
	width: 568px;
	line-height: 0.5;
	padding: 12px;
	position: absolute;
	right: 364px;
	bottom: -13px;
}
#footer_text h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-size: 14px;
}
#footer_text p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
}
#under_slider #under_slider_text p strong {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}
a:link {
        color: #CCC;
        text-decoration: none;
}

a:visited {
        text-decoration: none;
        color: #CCC;
}

a:hover {
        text-decoration: none;
        color: #FFF;
}

a:active {
        text-decoration: none;
        color: #999;
}