@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
  min-height: 1px;
}
/*
-------------------------------------------------------------- */
li {
list-style-type: none;
}
ol li {
	list-style-type: decimal;
}
p {
	font-size: 14px;
	color: #FFF;
	padding-top: 3px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}




img {
border: none;
}

a:link   {
	color: #FFF;
}
a:visited   {
	color: #FFF;
}
a:hover   {
	color: #FF0;
}
a:active   {
   color: green;
}
body {
	background-color: #000;
	font-size: 12px;
}

#page {
	height: 100%;
	width: 710px;
	margin-left: 80px;
	vertical-align: top;
	color: #FFF;
}
#link_list {
	clear: both;
	height: 60px;
	width: 700px;
}

#links #link1 {
	float: left;
	height: 60px;
	width: 175px;
}
#links #link2 {
	float: left;
	height: 60px;
	width: 175px;
}
#back_top {
	width: 690px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}
#map_area {
	width: 100%;
	margin-left: 30px;
	height: 100%;
	color: #000;
}
#maptext {
	font-size: 18px;
	color: #000;
}













#footer {
	text-align: center;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	clear: both;
}



#footer #footer_link {
	font-size: 12px;
	color: #FFF;
}


#footer #footer_link a:link   {
	color: #FFF;
	text-decoration: none;
}
#footer #footer_link a:visited   {
	color: #FFF;
	text-decoration: none;
}
#footer #footer_link a:hover   {
	color: #FF0;
	text-decoration: none;
}
#footer #footer_link a:active   {
	color: #FF0;
	text-decoration: none;
}


#footer #copyright {
	font-size: 12px;
	font-style: italic;
	color: #FFF;
}
    <div id="map" style="width: 780px; height: 500px"></div>

