body {
	margin:0px; padding:0px;
	background-image: url(../images/flower_closed.jpg);
	background-repeat: no-repeat;
}

#content {
	position:absolute;
	left:50%;
	width:700px;
	height: 450px;
	margin-top:50px;
	margin-left:-366px;
	padding:15px;
	border:1px dashed #333;
	background-color:#414141;
}

#map
{
	position: absolute;
	left: 5px;
	top: 100px;
	width: 236;
	height: 236;
	text-align: center;
}

#details
{
	position: absolute;
	left: 270px;
	top: 150px;
	width: 455px;
	height: auto;
	text-align: left;
}

a {
	text-decoration: none;
	color: blue;
	background-color: #BDC6DE;
	padding: 4px;
}

a:hover
{
	background-color: #C6EF83;
}