/* CSS Document */
body {
	background: #231f20;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	}
a {
	text-decoration: none;
	color: #57b6dd;
	}
h2 {
	font-size: 11px;
	width: 100%;
	color: #000;
	font-weight: bold;
	border-bottom: #c00 solid 1px;
	}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: auto;
	}
#col_left {
	margin: 0;
	float: left;
	}
#col_right {
	margin: 0;
	float: left;
	}

#wrapper2 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: auto;
	}
#info {
  float: left;
  position: relative;
  top: 30px;
  width: 400px;
  height: 200px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #ccc;
  padding: 40px;
  font-size: 14px;
  background: #1e191a;
}
#songs {
  float: left;
  position: relative;
  top: 30px;
  width: 400px;
  height: 200px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #ccc;
  padding: 40px;
  background: #1e191a;
}
#affiches {
  clear: both;
  position: relative;
  top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  width: 880px;
  color: #ccc;
  padding: 40px;
  background: #281f21;
}
#concert {
  clear: both;
  position: relative;
  top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 880px;
  border-bottom: 1px solid #cccccc;
  color: #ccc;
  padding: 40px;
  background: #281f21;
}

#footer {
  position: relative;
  top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 880px;
  color: #fff;
  padding: 40px;
  font-size: 9px;
}

#header {
	height: 75px;
	width: 800px;
	}
#logo {
	background: #fff;
	padding-left: 10px;
	border: 0;
	width: 420px;
	height: 75px;
	}

.small {
	font-size: 13px;
	color: #57b6dd;
	}
.poster {
	margin-left: 16px;
	}
.photo {
	margin-left: 20px;
	margin-top: 20px;
	}
.photo2 {
	margin-top: 20px;
	}
.spacing {
	height: 50px;
	}