body {
}
#mesh {
	position:fixed;
	top: 0px;
	left:0px;
	height: 100%;
	width:100%;
	background-image:url(../img/flower.png);
	background-repeat:repeat;
	z-index:8;
	opacity:0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
}

header {
	position:absolute;
	z-index: 9;
	top: 30px;
	left: 50px;
}


#contents {
	position:absolute;
	z-index: 9;
	top: 150px;
	left: 60px;
	color: #fff;
}
section.date {
	font-size: 50px;
	font-weight: bold;
}
section.date p {
	color: #fff;
	margin-bottom: 10px;
}
section.date p span {
	background-color: #fff;
	color: #333;
	font-size:  40px;
	line-height: 40px;
	margin-right: 20px;
	padding: 0 10px;
}
section.date a#map {
	font-size: 25px;
	
	color: #fff;
	background: #000;
	padding: 0 10px 5px 10px;
	margin-left: 10px;
	text-decoration: none;
}
section.date a:hover#map {
	text-decoration: underline;
	background: #fff;
	color: #000;
}

section.artist {
	margin-top: 30px;
}
section.artist h1 {
	margin-bottom: 15px;
	font-size: 40px;
}

section.artist ul li {
	list-style-type: none;
	list-style: 1.6;
	margin-bottom: 15px;
}
section.artist ul li a {
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	padding: 3px 10px;
}
section.artist ul li a:hover {
	background: gray;
	text-decoration: underline;
}

section.about {
	margin-bottom: 20px;
}
section.about p {
	font-size: 60px;
	font-weight: bold;
}
section.about p span {
	font-size: 25px;
}