html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */
 
 #contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #ccffcc;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 70%;
}

#main {
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
}


body {
font-family:verdana;
font-size:7pt;
}

A:link, A:visited, A:active {
	text-decoration: none;
	color: #ff9900;
	
}
A:hover		{ color: #990000;  } 

a:link.navlink {color:#ffffff;}
a:hover.navlink {color:#990000;}
select {
	background-color: #000000;
	color: #ff9900;
	font-size:7pt;
	outline-color: #ff9900;
	outline-style: solid;
	outline-width: thin;
	scrollbar-arrow-color:#FFFFFF;
	border-color: #ff9900;
	border-style: solid;
	border-width: 1px;
}

select.two {
	background-color: #000000;
	color: #ff9900;
	font-size:8pt;
	outline-color: #ff9900;
	outline-style: solid;
	outline-width: thin;
	scrollbar-arrow-color:#FFFFFF;
	border-color: #ff9900;
	border-style: solid;
	border-width: 1px;
}

#contact {
	position:absolute;
	margin-left:305px;
	margin-top:750px;
	color:#ff9900;
	font-size:7pt;
	}
	
	#topconcerts {
	position:absolute;
	margin-left:40px;
	margin-top:190px;
	color:#ff9900;
	font-size:7pt;
	text-align:justify;

	}
	#topconcerts2 {
	position:absolute;
	margin-left:40px;
	margin-top:300px;
	color:#ff9900;
	font-size:7pt;
	text-align:justify;
	height:425px;
	width:470px;
	overflow:auto
	

	}	
	
	.box{
	background:#ffffff;
	border:3px double #000000;
}