/* CSS Document */

* {
	margin: 0;
}

html
{
	height: 100%;
}

body 
{
	height: 90%;
	background-color:black;
/*	margin-top: 100px; */
/*	margin-right: 0px; */
/*	margin-bottom: 0px; */
/*	margin-left: 450px; */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	background-image: url('/images/gscover.jpg');
	font-family: Arial Black, Arial, sans-serif;
}

.clearfloat
{
	clear: both;
}

#splash-page
{
	color: #09F;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#splash-page #title
{
	text-align: center;
	font-size: 3.1em;
	color: #fff;
	position: relative;
}

#splash-page #coming-soon
{
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	position: relative;
}

#splash-page #find-us
{
	font-size: .8em;
	color: #ED49FF;
/*	position: absolute; */
/*	left: 30px; */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#splash-page #headermenu
{
/*	display: block; */
	position: relative;
	top: 30px;
/*	left: 30px; */
	width: auto;
}

#splash-page #headermenu .menuitem
{
/*	display: inline; */
	float: left;
	text-align: center;
	width: 20%;
}

/* UPCOMING SHOWS */

#splash-page table#upcoming-shows
{
	color: #fff;
	left: 520px;
	top: 120px;
/*	width: 99%; */
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}

#splash-page table#upcoming-shows a.email
{
	color: #ED49FF;
}

/* CONTACT US link */

#contact-us
{
	color: #fff;
/*	left: 520px; */
	top: 100px;
	color: #ED49FF;
	text-align: center;
	width: 99%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 4em;
}

#contact-us a
{
	color: #fff;
}

