html{
	background:url(../images/background.gif);
	background-position:top;
	background-repeat:repeat;
	background-attachment:fixed;
	background-color:450e0e;
	margin-top: 0px;
	margin-left: 0px;
	margin: 0px;
	

}

 body {
	background:url(../images/background.gif);
	background-position:top;
	background-repeat:repeat;
	background-attachment:fixed;
		background-color:450e0e;
	margin-top: 0px;
	margin-left: 0px;
	margin: 0px;

	
}
a:link {
	text-decoration:none;
	color:silver;
}

a:visited {
	text-decoration:none;
	color:silver;
}

a:active {
	text-decoration:none;
	color:silver;
}

a:hover {
	text-decoration:none;
	color:silver;
}


div {
	display:block;
	margin:0;
	padding:0;
}

div#container {
	width:1009px;
	background-image:url('../images/containerbg.jpg');
	background-repeat:repeat-y;
	z-index:1;
}

div#map {
	width:1009px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url('../images/containerbg.jpg');
	background-repeat:repeat-y;
	z-index:2;
}

div#txt {
	position:relative;
	top:-307px;
	left:73px;
	width:473px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url('../images/txtbg.jpg');
	background-repeat:repeat;
	z-index:3;
	font-family:Arial;
	font-size:small;
	color:silver;
	text-align:left;
}

div#topimg {
	position:relative;
	top:-464px;
	left:73px;
	width:510px;
	height:143px;
	z-index:4;
}

.mlcbannner {
	width:867px;
    top:250px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
}