@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; outline: 0; font-size: 100%; font-family: Verdana, Geneva, sans-serif; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white; margin: 0; padding: 0}
ol, ul {list-style: none;}
table {border-collapse: separate;}

caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: “”;}
blockquote, q {quotes: “” “”;}
body,p,td,th,ul,li{ color: #000; font-family: “Verdana, Geneva, sans-serif; font-size: 12px; line-height: 15px; margin: 0; padding: 0 }
.clearspace {clear:both; height:0px; padding:0px; margin:0px; width:0px;}
a { color: #888888; text-decoration: none; }
a:hover { color: #333; }
a:active { color: #333; }

body {
	background-color:#695C53;
	text-align:center;
	color:#FFF
}
#content {
	width:955px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top: 10px;
	position: relative;
}
#draft {
	width:955px;
	height:523px;
	text-align:left;
	position: absolute;
}
#content .logo{
	position: absolute;
	width: 235px;
	left: 68px;
	top: 46px;
	z-index: 1;
}
#content .bg{
	position:absolute;
	width:489px;
	height:459px;
	z-index:1;
	background-repeat: no-repeat;
	top: 91px;
	right: 25px;
}

#content .bg p{
	text-align:center;
	margin: 15px;
	font-size: 1.2em;
}
#content .control{
	position:absolute;
	width:auto;

	z-index:1;
	top: 20px;
}

#content .map{
	position:absolute;
	width:auto;
	height:425px;
	z-index:1;
	top: 97px;
	right: 24px;
}
.navi {
	position:absolute;
	width:380px;
	z-index:1;
	height: 24px;
	top: 10px;
	right: 40px;
}
.navi ul {
	float:left;
}
.navi ul li {
	font-size:1em;
	margin: 0px;
	display: inline;
}
.navi ul li img {
		border:none;
}
#content .footer{
	text-align:center;
	position:absolute;
	width:300px;
	z-index: 1;
	bottom: 15px;
	right: 125px;
}
