body,html {
	background-repeat: repeat-y;
	background-position: center;
	background-image:url(images/clap_bg.gif);
	margin:0;
	padding:0;
	height: 100% !important;
}
a {
	color:#333;
	font-weight: bold;
}
img {
	border:0;
}
div#container {
	font-family: "Courier New", Courier, Monaco, monospace;
	margin:0 auto;
	padding:0;
	width: 900px;
	background-color: white;
	height:100%;
	border-left: 20px solid white;
	border-right: 20px solid white;
}

div#top {
	background-color: white;
	height:120px;
}
div#footer {
	background-color: white;
	height:200px;

}
#footer p {
	text-align:center;
	padding-top:50px;
}
div#top_text {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	
}
div#sidebar {
	float:right;
	width:300px;
	margin:0;
	padding:0 0 0 0;
	background-color: white;
}
div#news {
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 0;
	float:left;
	padding:0;
}
div#email {
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 0px;
	float:left;
	padding:0;
}
div#contact {
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 0px;
	float:left;
	padding:0;
}
div#players {
	width:600px;
	float:left;
}

#sidebar p,h2 {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 12px;
	color:#333;
}
.player_text { }
.player_text p {
	font-size: 14px;
	text-align: right;
	color:#333;
}

.topspin {
	float:left;
}
h1 {
	font-size: 3em;
	color:#333;
	size:2em;	
}
h2 {
	font-size: 1em;
}