@charset "UTF-8";
/* CSS Document */

html {
	/*overflow:hidden;*/
}
body {
	padding:0;
	margin:0;
	background:#000 url(http://www.stevehartmusic.com/images/hqbackground.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size: cover;
	/*min-height: 621px;*/
}


#wrapper{
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:1015px;
	/*height:2000px;*/
	margin:0 auto;
	
	
}

#menu {
	
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:1015px;
	margin:0 auto;
	padding-top:425px;

}