body {
	padding: 0px;
	margin: 0px;
	background: url(../images/bg.jpg) center top no-repeat fixed #000000;
}
.clearall {
	clear: both;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #ffffff;
	font: 28px "Courier New", Courier, monospace;
	font-weight: bold;
}
p {
	color: #ffffff;
	font: bold 16px/16px "Courier New", Courier, monospace;
	padding: 0px;
	margin-bottom: 3px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	width: 1000px;
	height: 100px;
}
#album {
	width: 430px;
	height: 200px;
	margin-top: 100px;
	margin-left: 100px;
}
#pressrelease {
	width: 200px;
	height: 250px;
	margin-left: 100px;
	margin-top: 35px;
}
#streaming {
	width: 200px;
	height: 250px;
	margin-left: 310px;
	margin-top: -260px;
}
#tourdates {
	width: 400px;
	margin-top: 30px;
	margin-left: 100px;
	border-top: 2px dashed #ffffff;
	border-bottom: 2px dashed #ffffff;
	padding-bottom: 25px;
	margin-bottom: 150px;
}