body{
  background-image:url('/images/bg.jpg');
  color:white;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #2D2C4D;
	scrollbar-highlight-color:#7D7E94;
	scrollbar-3dlight-color: #7D7E94;
	scrollbar-darkshadow-color: #2D2C4D;
	scrollbar-track-color: #7D7E94;
	scrollbar-arrow-color: #C1C1D1;
}

#header_text{
  text-decoration: none;
  float:none;
  font-size:30px;
}

h2{
  font-size:22px;
}

a:link, a:visited, a:active{
  text-decoration: underline;
  color:white;
}

a:hover {
  text-decoration: underline;
  color: white;
}

#container{
  width:990px;
  margin:auto;
}

#header{
  width:100%;
  height:210px;
  text-align:center;
  background-image:url('/images/header.png');
  margin-bottom:20px;
}

#links{
  height:400px;
  width:190px;
  float:left;
}

#content{
  height:100%;
  min-height:512px;
  width:723px;
  float:right;
  background-image:url('/images/contentbg.png');
  background-size: 100% 100%;
  padding:0px 20px;
  margin-bottom:20px;
}

#rep_content{
  overflow:auto;
  height:352px;
}

#players{
	width:100%;
	padding-bottom: 50px;
}

#players table{
	margin:auto;
}

#players tr{
	margin:10px, 20px;
}

#footer{
  width:100%;
  clear:both;
}

.header_image{
  height: 100px;
}

.button{
  padding:10px 0px;
}

.kep{
  float:left;
}

.quotebox{
  width:350px;
  float:right;
  margin:100px 0px 0px 0px;
}

.underquote{
  float:right;
}

#content h2{
  font-size:35px;
}

#content p{
  font-size:17px;
  margin-bottom:20px;
  margin-left:20px;
  margin-right:20px;
  text-align:justify;
}

#fb-root{
	float:left;
}

#fb_right{
	float:right;
}


