#container {
	position:absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	color: green;
	font-family: Georgia, Tahoma, Times, serif;
	font-size: 18px;
	background-color: #111111;
	}
#centre {
	width: 100%;
	margin: 0;
	color: #B0E0E6;
	font-size: 11px;
	line-height: 120%;
	}
#centre .middle_boxes {
	background-color: #000000;
	}
body {
	margin: 0;
	background-color: #000000;
//background-image: url(../images2/bg_tiler.jpg);
	background-position: center;
	background-repeat: repeat-y;
	}
a {
	font-weight: bold;
	text-decoration: none;
	color: #EEEEEE;
	}
.bold_text {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #CCCCCC;
	}
#mini_head {
	background-color: #333333;
	width: 100%;
	text-align: center;
	color: #00BFFF;
	font-size: 16px;
	font-weight: bold;
	}
#centre a {
	color: #B0E0E6;
	font-size: 14px;
	}
#left_column {
	width: 100%;
	margin: 0;
	color: #B0E0E6;
	font-size: 11px;
	line-height: 120%;
	}
#left_column .leftbox {
	background-color: #000000;
	}
h2 {
     color: green;
	}
#header {
	title: header;
	width: 100%;
	height: 100px;
	border: none;
	}
#header .banner {
	height: 100px;
	width: 800px;
	background-image: url(../images2/rp_banner.jpg);
	}
#songs {
	title: songs;
	width: 280px;
	height: 500px;
	border: none;
	}
#about {
	title: about;
	width: 520px;
	height: 500px;
	border: none;
	}
