body{
  background-color: black;
}


.MainDiv, .MainDivHelp{
	width:820px;
	margin:auto;
    background-color: black;
    height:330px;
    display:block;
}
.NewRiddle{
    background:url(NewLevels1.bmp) no-repeat;
    width: 243px;
    height: 147px;
    cursor:pointer;
    position: absolute;
    top:10px;
    left:80px;
}

.BuildLevel {
  background: url(BuildLevel1.bmp) no-repeat;
  position:absolute;
  width:189px;
  height:133px;
  cursor:pointer;
  float:right;
  top:80px;
  right:60px;
}

a:hover .NewRiddle, a:hover .BuildLevel {
  border: normal;
  border-color: black;
  border-style: ridge;
}

.Logo {
  background: url(Logo.bmp) no-repeat;
  height:222px;
  width:303px;
  align:center;
  margin:auto;
  text-align:center;
  
}
.Start {
  width:151px;
  height:81px;
  cursor:pointer;
  top:490px;
  margin:auto;
  border-style: none;
}

a:hover .Start{
  width: 165px;
  top:-165px;
}
.Banner{
  width:820px;
  text-align:center;
  margin:auto;

}
.LinksTable{
  text-align:center;
  color:darkgray;
  top:120px;
  margin:auto;
  width:820px;
  padding:0px 5px 2px 5px;
  line-height:14px;

}
.Links, .Links:visited, .Links:active{
  color:gray; text-decoration: none;
}
.Links:hover{
  color:darkgray; text-decoration: underline;
}
.Rights{
  width:820px;
  color:darkgray;
  font-size: small;
  text-align: center;
  margin:auto;
  padding-top: 2px;
}
.MainDivHelp {

}
.Slider1{
  margin:auto;
}



.FrontBanner{
  width:820px;
  text-align:center;
  margin:auto;

}
.FrontLinksTable{
  text-align:center;
  color:darkgray;
  margin:auto;
  width:820px;
  padding:0px 5px 1px 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;

}
.FrontRights{
  color:darkgray;
  font-size: small;
  text-align: center;
  margin:auto;;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.ShoutBoxDiv{

}
.HighScore{

  right:0px;
  align:right;
  text-align: left;
}
