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

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #010d1f;
	color: #211808;
	font-family: "Trebuchet MS", verdana;
	font-size: 14px;
}

#wrapper {
	width: 1000px;
	height: 900px;
	background-color: #010d1f;
	position: relative;
	margin: 0px auto;
}

#top {
	width: 1000px;
	height: 541px;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #010d1f;
	position: relative;
}

#middle {
	width: 860px;
	height: 350px;
	margin: 0px 66px 0px 74px;
	background-color: #05152b;
	position: relative;
}

#content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 340px;
	height: 300px;
	position: absolute;
	z-index: 100;
	left: 128px;
	top: 418px;
	padding: 80px 400px 20px 20px;
}

#map {
	position: absolute;
	left: 393px;
	top: 17px;
}
#wrapper #content a {
	color: #211808;
}
