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

html {
		background: url(../images/bg_wave.jpg) center center fixed no-repeat #000;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100%;
}

a {color:#FFF; text-decoration:underline;}

body {
		font-family: 'Ubuntu', sans-serif;
		font-size: .7em;
		color:#FFF;
		padding: 0;
		color:#FFF;
}

#center_column {
	width: 730px;
	margin: 50px auto;
}

#bandcamp {
	width: 310px;
	height: 220px;
	text-align: left;
	margin: 10px auto;
}

#ttls {

	margin: 50px auto;
	width: 300px;
	height: 100px;
}

