body{
  background:#000000;
  text-align:center;
  color:#ffffff;
  
}
A:link {text-decoration: underline; color:#ffffff;}
A:visited {text-decoration: underline; color:#ffffff;}
A:active {text-decoration: underline; color:#ffffff;}
A:hover {text-decoration: underline overline; color:#ffffff;}
img{border: none;}


h1 {
  text-align: center;
  color:#ffffff;
} 
h2 {
  margin:5px auto; 
  text-align: center;
  color:#ffffff;
} 
h3 {
  background:#252525;
  text-align: center;
  color:#ffffff;
} 
#container {
  width:820px; 
  margin:0 auto; 
  text-align:center;
  border: #fff 1px dashed;
}
#banner {
  background: #252525;
  width: 820px;
  margin:5px auto; 
}
#MyGoals {
  background: #454545;
  min-height: 400px;
  float:right; 
  width:200px;
  margin:5px auto; 
}
#main-content {
  background: #656565;
  min-height: 400px;
  float:right; 
  width:400px;
}
#challanges {
  background: #656565;
  width:820px;
  margin:5px auto;
  position: absolute;
  left: 0px;
  margin-top:1px;
}
#cssIScool {
  background: #656565;
  position: relative; 
  clear: both;
  width:820px;
  margin:5px auto;
}
#runs {
  background: #454545;
  width:400px;
  margin:5px auto;
  position: absolute;
  top:310px;
  left: 210px;
}
#WrapperRunsChallanges {
  position: relative; 
  clear:both;
  width:820px;
  height:6850px;
}
#MyStats {
  background: #454545;
  min-height: 400px;
  float:left; 
  width:200px;
}
#wrapper {
  float:left; 
  width:610px;
  margin:5px auto; 
}
#footer {
  position: relative; 
  margin:5px auto; 
  background: #252525;
  width: 820px;
  clear:both;
}
.center {
  text-align: center;
}
.spacer{
  height:10px;
}
.ChallangeCell{
  float:left; 
  margin:5px 2px; 
  border: #fff 0px dashed;
}