@charset "utf-8";
/* CSS Document */

body {
     background-color:#000000;
	 color:#FF0000;
}

#pagecontainer {
			width:1000px;
			margin: auto;
			background-color:#000000
}

#header {
			height: 175px;
			background-color: #000000;
			background-repeat: no-repeat;
			background-position: center;
			margin-top: 0px;
}

#content {
			height:auto;
			width: 1000px;
			margin: auto;
			background-color:#000000;
			
}

#profile_bandschedule {
	background-color: #000000;
	border:#000000;
	color:#FF0000;
}
table {
	color: #FF0000;
	background-color: #000000;
}

#menu {
	background-color: #000000;
	height: 50px;
	border-color:#FF0000;

}

#footer {
		background-color:#000000;
		height:150px;