@charset "UTF-8";
* {margin: 0;
padding: 0;
border: 0;
}

body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../foto/background_wiv.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
    }
#flashcontent {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bar  {
	height: 136px;
	width: 3500px;
	margin-top: 298px;
	position: absolute;
	z-index: -1;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: #374251;
	margin-left: -820px;
}

