#wrapper {
	height: 900px;
	width: 1080px;
	border: thin none #F00;
	margin-left: 120px;
}
p {
	color: #FFF;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
}
h1 {
	color: #FFF;
	font-size: 36px;
}
#content {
	height: auto;
	width: 800px;
	margin-left: 20px;
}

body {
	background-image: url(../graphics/background.jpg);
	height: 900px;
	width: 1080px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #000;
}
#links {
	background-image: url(../graphics/title_fade.png);
	height: 190px;
	width: 300px;
	padding: 10px;
	margin-left: 10px;
}

#header {
	height: 80px;
	width: 1080px;
	background-image: url(../graphics/title_fade.png);
	margin-top: 14px;
}
#music {
	height: 150px;
	width: 560px;
	padding: 10px;
	text-align: center;
	background-image: url(../graphics/title_fade.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
}
#pictures {
	background-image: url(../graphics/title_fade.png);
	height: 300px;
	width: 680px;
	word-spacing: normal;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	line-height: 50px;
}
#mailinglist {
	height: 70px;
	width: 400px;
	background-color: #000;
	clear: both;
	float: right;
}
