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

html, body {
	height: 100%
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans Condensed', sans-serif;
}
#content {
	height: 100%;
	background: url(../images/band.jpg);
	width: 250px;
	position: relative;
	left: 10%;
	padding: 0 20px;
}
.logo {
	position: absolute;
	left: -60px;
	top: 20px;
}
.text {
	position: absolute;
	top: 330px;
}