
/*body {
  background: #555;
  color: #00f;
  line-height: 1;
  text-align: justify;
  font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif }*/
body {
	margin:0 auto;
	padding:0;
	background-image: url( bg.png ) ;
	background-position: center top ;
  color: #000;
  line-height: 1;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
}



div.map { 
  position: absolute;
  left:50%;
  margin-left:-350px;
  margin-top:10px;
  color: #000;
  font-weight: bold;
  /*height:300px;*/
  padding:10px;
  width: 700px; 
  background: #fff url(bg2.jpg) }


A:link
{
  text-decoration:none; color:#ff0000
}

A:visited
{
  text-decoration:none; color:#ff0000
}

A:hover
{
  background:#ffff99; text-decoration:underline
}




/*
This box is horizontally and vertically centered.

#Content {
position:absolute;
left:50%;
top:50%;
width:300px;
height:300px;
margin-left:-150px;
margin-top:-150px; 
border:1px dashed #333;
background-color:#eee;
padding:10px;
}
body>#content {
margin-left:-160px;
margin-top:-160px;
}

*/
