* {
	margin: 0px; 
	padding: 0px;
	}

body {			
	}
	
#container {
	background-color: #22222e;
	height: 594px;
	width: 694px;
	border-radius: 15px;
	border: solid 3px;
	border-color: #c9c9c9;
	}	

#head {
	margin-top: 10px;
	text-align: center;
	font-family: RotisSerifTS, Lucida Calligraphy, Times New Roman;
	}


h1, li {
	color: white;
	font-family: RotisSerifTS, Lucida Calligraphy, Times New Roman;
	}

#adat {
	margin-top: 40px;
	margin-left: 15px;
	width: 50%;
	float: left;
	}

#adat li {
	list-style: none;
	padding-bottom: 40px;
	font-size: 20px;
	}

#map {
	float: left;
	position: absolute;
	margin-left: 335px;
	margin-top: 90px;
	}

#map iframe {
	width: 330px;
	height: 320px;
	border-radius: 15px;
	border: solid 3px;
	border-color: #c9c9c9; 
	}