html, body {

	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	background: #A6978A;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

}

#main {
	position:relative;
	width:1000px;
	margin-left: auto;
	margin-right: auto;	
	z-index:2;
	background-image:url(images/boulevard_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	overflow: visible;
}
#index {
	/*position:relative;*/
	width:1000px;
	height:650px;
	margin-left: auto;
	margin-right: auto;	
	z-index:2;
	background-image:url(images/boulevard_home_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	overflow: visible;
}

#flash {
	position:relative;
	top: 90px;
	width:820px;
	height:575px;
	margin-left: auto;
	margin-right: auto;	
	z-index:3;
}

#lang {
	position: relative;
	top: 172px;
	left: 375px;
	width: 300px;
	z-index: 11;

}

		#lang ul {
			margin: 0;
			padding: 0;
			display: inline;
		}		
		#lang ul li {
			margin:0;
			margin-bottom: -10px;
			padding:0;
			height:auto;
			width:auto;			
			list-style: none;
			display: block;
			float:left;
		}

hr {
	color: #FFFFFF;

}
p {
	color: #DBD5D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-left: 10px;

}

a {
	color: #7C7369;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#credits {
	position: relative;
	top: 200px;
	left: 605px;
	width: 200px;
	z-index: 12;

}
#credits2 {

	left: 605px;
	width: 200px;
	z-index: 12;

}

#news {
	position: relative;
	top: 172px;
	left: 375px;
	width: 400px;
	z-index: 11;

}