body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	background-color: #151E23;
	background-image: url(../Images/universal-bg.jpg);
	background-repeat:repeat-y;
	background-attachment: fixed;
	text-align:center;
	width:400px;
	margin:0px;
	padding:5px;
}

div#container {
	font-size: 1em;
	width:400px;
}

div#container h1 {
	font-size: 1.4em;
	padding: 0px;
	color:#ffffff;
	margin: 0px 0px 2px 0px;
}

div#container h2 {
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
}

div#container #bandName {
	margin-bottom:2px;
}

div#container p {
	padding:0px;
	margin:0px;
}

div#container .section {
	margin-bottom:10px;
	background-color:#ffffff;
	border:1px solid #32597b;
}

div#container .showImage {
	float:left;
}

div#container .showImage img {
	margin:2px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}