body {
	background-color: #000000;
}
div.mainPic {
    position: absolute;
    left: 300px; top: 125px;
}
div.Title{
	position: absolute;
	left: 300px; top: 25px;
	width:340px; height:100px;
	background-color:#AA00FF;
	text-align:center;
	font-family: cursive;
	font-size: 42px;
	border: 0px solid red;
}
div.Title table {
	border-collapse: collapse;
	border: 0px solid #76EE00	;
	width: 340px; height: 100px;
}

div.Shows {
	position: absolute;
		left: 240px; top: 650px;
	width: 525px; height: 80px;
	background-color: #3A5FCD;
	color: #cccccc;
	font-family: cursive, sans-sarif;
	font-size: 12px;
	text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
}


/* div.Band {
    position: absolute;
        left: 740px; top: 500px;
    width: 150px; height: 120px;
    border: 0px solid red;
	background-color: #3A5FCD;
	color: #cccccc;
	font-family: cursive, sans-sarif;
	font-size: 12px;
	text-align: left;
    padding-left: 10px;
}*/

div.Stripe {
	width: 120px; height: 100%;
	border: 0px solid red;
	position: absolute;
		left: 50px; top: 0px;
}
table.Squares {
	width: 100%; height: 60px;
	border-collapse: collapse;
}
table.Squares td {
    width: 50%; height: 60px;
}

.gSquare {
    background-color:#76EE00;
}
.pSquare {
    background-color:#AA00ff;
}


