body {
	background-color: #660066;
	font-family: 'Josefin Slab', sans-serif;
	height: 100%;
}

#container {
	padding-top: 40px;
	text-align: centre;	
}

#content {
	border: 1px solid white;
	background-image: url('../img/bg_nice.jpg');
	
	width: 800px;
	height: 600px;
	
	margin:0 auto;
	
	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 5px 5px 2px #333;
	-webkit-box-shadow: 5px 5px 2px #333;
	box-shadow: 5px 5px 2px #3;
	color: white;
}

#map-content {
	border: 1px solid white;
	
	width: 800px;
	height: 600px;
	
	margin:0 auto;
	
	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 5px 5px 2px #333;
	-webkit-box-shadow: 5px 5px 2px #333;
	box-shadow: 5px 5px 2px #3;
	color: white;
}

#banner {
	text-align: center;
	margin: 0 auto;	
}

#content .header {
	float: left;
	width: 100%;
	padding: 15px 0px 5px 0px;
	background-color: grey;
}

#content .header .main {
	font-size: 42px;
	float: left;
	padding-left: 20px;	
}

#content .header .sub {
	font-size: 18px;
	float: right;
	padding: 22px 20px 0px 0px;
	vertical-align: text-bottom;	
}

#content .menu {
	padding: 2px 0px;
	width: 100%;
	background-color: #E6036C;
	float: left;
	text-align: right;
	font-weight: bold;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#content .menu a {
	color: white;
	text-decoration: none;
	margin-right: 20px;	
}

#content .menu a:hover {
	color: yellow;
}

#content .detail {
	float: right;
	margin-top: 10px;
	width: 380px;
	height: 370px;
	background-color: grey;
	opacity: 0.90;
	filter: alpha(opacity=90);
	padding: 20px;
	text-align: center;
	
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}

#content .detail .date {
	padding-top: 80px;
	font-size: 42px;
	width: 100%;
}

#content .detail .year {
	width: 100%;
}

#content .detail .place {
	padding-top: 40px;
	font-size: 42px;
	width: 100%;
}

#content .detail .city {
	width: 100%;
}

#content .detail a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}


#label {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#back {
	color: black;
	cursor: pointer;
	font-size: 36px;
	padding: 5px 10px;
	background-color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	position: absolute;
	left: 0px;
	top: 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
}