@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/background.png);
	background-size:100%;
	background-attachment:fixed;
	background-color:#FFF;
	height:1300px;
}

#logo {
	width:340px;
	height:320px;
	position:absolute;
	margin-top:50px;
	left:50%;
	margin-left:-170px;
}

#title {
	height:50px;
	width:1024px;
	position:absolute;
	left:50%;
	margin-left:-512px;
	margin-top:380px;
}

h1 {
	font-family: Atlanta;
	font-size: 40px;
	color: #B22222;
	text-decoration: none;
	text-align: center;
}

h2 {
	font-family: Atlanta;
	font-size: 25px;
	color: #B22222;
	text-decoration: none;
}

#map {
	height:600px;
	width:800px;
	position:absolute;
	margin-top:500px;
	left:50%;
	margin-left:-400px;
}

#text {
	height:150px;
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	margin-top:1120px;
}

#text h2 em {
	font-size: 20px;
}
	