@charset "UTF-8";
/* CSS Document */

body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}
#menu_bg {
	width: 100%;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	z-index: 0;
}
#flash_container {
	height: 900px;
	width: 1253px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
h1{
	font: 2px Tahoma;
	color: #000;
	text-decoration: none;
}