@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	width:100%;
	padding:0;
	margin:0 auto;
	overflow-x:hidden;
	
}

body {
	font-family: 'Roboto Condensed', sans-serif;
}
	

#splash {
	width:100%;
	height:100%;
	background-image:url(img/splash3.png);
	background-size:cover;
	background-position:right;
	background-repeat:none;
	
}

#bandname {
	
}
	

