body {
	background: url(images/bg-concert-black.jpg)no-repeat fixed;
	font-family:"Verdana";
}

#container {
	position:relative;
	width:800px;
	margin:20px auto;
	background:white;
	padding:20px 0;
	box-shadow: 0 0 20px #888888;
	color:black;
}

#logo {
	position:absolute;
	width:800px;
	z-index:1;
	background: url(images/M2R-2016.png) center 100px  no-repeat fixed;
	height:800px;
	top:0;
}


#menu {
	position:absolute;
	width:800px;
	z-index:10;
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid black;
	top:550px;
}

#content {
	position:relative;
	z-index:2;
	margin:600px 100px 100px 100px;
	font-size:0.9em;
}

#content h1 {
	margin-top:100px;
	color:#000000;
	text-align:center;
	text-transform:uppercase;
	font-size:2em;
	text-decoration:underline;
}

#content h2 {
	font-style:italic;
	font-size:1.1em;
	text-align:center;
	color:#ef4023;
}

#content h3 {
	font-weight:normal;
	text-align:center;
	font-size:1em;
}

a {
	color:black;
	text-decoration:none;
	transition: color .4s;
}

a:hover {
	color:#ef4023;
}

#menu a {
	text-transform:uppercase;
	padding:15px;
}

#footer {
	font-size:0.85em;
	text-align:center;
}


.slide-images{
	position:relative;
	display:block;
	margin:0px auto;
	padding:0px;
	width:600px;
	height:300px;
	overflow:hidden;
	z-index:1;
}

.slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

.slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

/*==================================================
 * Effect 2
 * ===============================================*/
#content img
{
  position: relative;
}
#content img:before, #content img:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#content img:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

