body {
	margin: 0px;
	padding: 0px;
	font: 14px Georgia, serif;
	line-height: 20px;
	color: black;
	min-width: 840px;
}

a {
	text-decoration: none;
	padding: 0px 2px;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #99CCCC;
	}

/* Structure */
#imagecontainer {
	/*overflow: hidden;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 480px;
	padding: 0px;
	width: 40%;
}

#mainimage {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}


h1#maintitle {
	position: absolute;
	top: 115px;
	left: 80px;
	display: block;
	padding: 0px;
	text-indent: -5000em;
	height: 150px;
	width: 491px;
	background: url(logo.png) 0px 0px no-repeat;
}
h1 {
	font-size: 20px;
}

*html h1#maintitle {
	background: 0px 0px no-repeat;
}

#info {
	position: relative;
	top: 225px;
	padding: 0px 0px;
	width: 100%;
	background: url('./backer3.png');
}
#info p, #info h2, #embedcode, #info ul, #info h1{
	text-align: left;
	margin: 12px 0px 0px 80px;
	
}
#info h2 {
	font-size: 12px;
		
	}

#subscribefield {
	margin-left: 2px;
	color: #666;
}

#subscribeform p {
}

#gigs {
	font-size: 12px;
	position: absolute;
	background: url('./backer3.png');
	left: 573px;
	right: 100px;
	top: 0px;


	}
#gigs p {
	margin: 0px 12px;
	margin-bottom: -5px;
	padding-bottom: 5px;
}
