html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-weight: normal;
vertical-align: baseline;
background: transparent;
}

body{
line-height: 1;
}

ol, ul{
list-style: none;
}

blockquote, q{
quotes: none;
}

/* remember to define focus styles! */
:focus{
outline: 0;
}

/* remember to highlight inserts somehow! */
ins{
text-decoration: none;
}

del{
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table{
border-collapse: collapse;
border-spacing: 0;
}

body{
font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
background: url(images/bar.png) repeat-x top center #000;
}
	
	a:link, a:visited{
	}

	a:hover, a:active{
	}

#main{
}

	#main #top{
	}
			
	#main #content{
	text-align: center;
	}
		
		#main #content h1{
		margin: 250px auto 0px auto;
		color: #FFF;
		font-size: 80px;
		/* text-shadow: 6px 4px 10px #000; */
		text-shadow: 0 -20px 150px rgba(100%,100%,100%, .3), 0 10px 150px rgba(100%,100%,100%, .12), -20px 0 150px rgba(100%,100%,100%, .12), 20px 0 150px rgba(100%,100%,100%, .12); 
		word-spacing: -0.2em;
		}
		
		#main #content ul{
		color: #FFF;
		font-size: 10px;
		margin-top: 0px;
		}
		
			#main #content ul li{
			display: inline;
			}
			
				#main #content ul .spacer{
				margin: 0px 2px;
				}
			
				#main #content ul li a:link,
				#main #content ul li a:visited,
				#main #content ul li a:hover,
				#main #content ul li a:active{
				color: #FFF;
				text-decoration: none;
				}

	#main #bottom{
	}
	
		#main #bottom h5{
		color: #FFF;
		font-size: 8px;
		margin-top: -5px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		}

	.hidden{
	display: none;
	}



















