body {
	background: #f1f1f1;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
    font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	min-height: 800px;
}

a {
   text-decoration:  none;
   border:           none;
  }
  
img {
	border: 0px;
	}

#mainc {
	height: 1px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

#content {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -400px;
	width: 100%;
}

#object {
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

.description {
	background-color:white;
	width:299px;
	height:162px;
	font-size:small;
	color:gray;
}

#map {
	background-color:white;
}

#cam {
	background-color:white;
}