#html, body {
  margin: 0;
  padding: 0;
  background-color: rgb(17,17,17);
}

body {
	background-color: rgb(17,17,17);
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#html, body {
	  margin: 0;
	  padding: 0;
	  background-color: rgb(14,14,14);
	}

	body {
		background-color: rgb(14,14,14);
	}
}

a {
  text-decoration: none;
	color: rgb(255,0,0);
}

td, th {
  text-align: left;
  vertical-align: top;
	color: #fff;
}

.white-text {
	color: #fff;
}
.black-text {
	color: #000;
}

.test-border {
  border: solid 1px #f00;
}

#left-column {
	background-image: url(/images/sideBarLeft.png);
	background-repeat: no-repeat;
  background-position: top right;
  height: 900px;
  width: 250px;
  margin-left: -250px;
  position: absolute;
  z-index: 0;
}

#right-column {
	background-image: url(/images/sideBarRight.png);
	background-repeat: no-repeat;
  height: 900px;
  width: 250px;
  margin-left: 800px;
  position: absolute;
  top: 0px;
  z-index: 0;
}

#site-wrapper {
	width: 800px;
	background-color: rgb(17,17,17);
	margin: 0px auto;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#site-wrapper {
		width: 800px;
		background-color: rgb(14,14,14);
		margin: 0px auto;
		position: relative;ng-bottom: 100px;
	}
}

#center-column {
	position: relative;
	width: 800px;
  z-index: 1;
/*
  margin: 0px auto;
*/
}

#body-wrapper {
	background-color: rgb(17,17,17);
	background-repeat: no-repeat;
	/*height: 975px;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#body-wrapper {
		background-color: rgb(14,14,14);
		background-repeat: no-repeat;
		/*height: 975px;*/
	}
}

#header {
	background-image: url(/images/header.png);
	height: 100px;
}

	#header #header-about-nav {
		/*background-image: url(/images/spadeNav.png);*/
		height: 100px;
		width: 104px;
		position: absolute;
		left: 384px;
	}
	#header #header-blog-nav {
		/*background-image: url(/images/heartNav.png);*/
		height: 100px;
		width: 104px;
		position: absolute;
		left: 488px;
	}
	#header #header-gamers-nav {
	/*	background-image: url(/images/diamondNav.png);*/
		height: 100px;
		width: 104px;
		position: absolute;
		left: 592px;
	}
	#header #header-leaderboards-nav {
		/*background-image: url(/images/clubNav.png);*/
		height: 100px;
		width: 104px;
		position: absolute;
		left: 696px;
	}
	#header .nav-link {
		height: 100px;
		width: 104px;
	}
	
#login {
	background-image: url(/images/login.png);
	height: 35px;
}

#flash-notice {
	background-image: url(/images/login.png);
	height: 25px;
}

#about-links {
	background-image: url(/images/login.png);
	height: 35px;
}

.top-gamers-list-row-dark {
	background-color: rgb(30,30,30);
	height: 20px;
}

.top-gamers-list-row-light {
	background-color: rgb(40,40,40);
	height: 20px;
}

.leaders-list-row-dark {
	background-color: rgb(30,30,30);
}

.leaders-list-row-light {
	background-color: rgb(40,40,40);
}

.rank-gamers-names {
	position: absolute;
	left: 100px;
}

.rank-gamers-scores {
	position: absolute;
	left: 230px;	
}

.small-box {
	background-color: rgb(30,30,30);
	float: left;
	width: 295px;
	-moz-border-radius: 5px;
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
}

.large-box {
	background-color: rgb(30,30,30);
	float: left;
	width: 500px;
	-moz-border-radius: 5px;
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
}

.rounded-bottom {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
}

#about {

}	

	#about #evan-image{
		background-image: url(/images/EvanGilbert.jpg);
		height:225px;
		width:225px;
	}
	#about #shaun-image{
		background-image: url(/images/shaun.jpg);
		height:100px;
		width:100px;
	}
	#about #chris-image{
		background-image: url(/images/chris.jpg);
		height:100px;
		width:100px;
	}
	#about #kenny-image{
		background-image: url(/images/kenny.jpg);
		height:100px;
		width:100px;
	}

#nav {
	background-color: rgb(17,17,17);
	height: 50px;
}

.nav-item {
	background-color: rgb(17,17,17);
	text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#nav {
		background-color: rgb(14,14,14);
		height: 50px;
	}

	.nav-item {
		background-color: rgb(14,14,14);
		text-align: center;
	}
}

.box-top {
	background-image: url(/images/boxTop.png);
	background-repeat: no-repeat;
	height: 50px;
}

.box-middle {
	background-image: url(/images/boxMiddle.png);
	background-repeat: repeat-y;	
}

.box-bottom {
	background-image: url(/images/boxBottom.png);
	background-repeat: no-repeat;	
	height: 50px;
}

.box-small-top {
	background-image: url(/images/boxSmallTop.png);
	background-repeat: no-repeat;
	height: 50px;
}
.box-small-middle {
	background-image: url(/images/boxSmallMiddle.png);
	background-repeat: repeat-y;	
}

.box-small-bottom {
	background-image: url(/images/boxSmallBottom.png);
	background-repeat: no-repeat;	
	height: 50px;
}

#test-box {
	background-image: url(/images/testBox.png);
	background-repeat: no-repeat;
	height: 200px;
}

.light-background {
	background-color: rgb(40,40,40);
}

.dark-background {
	background-color: rgb(30,30,30);
}

.red-text {
	color: rgb(255,0,0);
}
