body{
  background: gray;
  font-size: 100%;
  font-family: verdana;
  text-decoration:line-through;
}
.container{
  font-family: verdana;
  position: absolute; 
  margin-left: -400px;
  left: 50%;
  width:800px;
  height: 800px;
}

.header{
  position: absolute;
  left:10px; 
  width:760px; 
  top:0px; 
  height:100px; 
  color: black; 
  background:white url(../images/newheader.jpg) no-repeat 0 0;
}

.front{
  position: absolute;
  left:0px; 
  width:100%; 
  top:0px; 
  height:800px; 
  background:White; 
  z-index:2; 
  border: 1px solid;
}

.inner{
  position: absolute;
  padding-top: 5px;
  padding-left: 5px;
  left:10px; 
  width:780px; 
  top:10px; 
  height:780px; 
  background:white; 
  z-index:3; 
  color: white; 
}

.back{
  position: absolute;
  left:5px; 
  width:100%; 
  top:5px; 
  height:800px; 
  background:silver; 
  z-index:1;
}

.menu{
  position: absolute;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  left:0px;
  width: 760px;
  height: 60px;
  top: 60px;
}
.submenu{
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  left:0px;
  width: 780px;
  height: 26px;
  top: 98px; 
  padding-left: 0px;
  display: block;
}
.content{
  position: absolute;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  left:10px; 
  width:780px; 
  top:130px; 
  height:650px; 
}
.homecontent{
  position: absolute;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  left:10px; 
  width:780px; 
  top:100px; 
  height:650px; 
}
.competitiecontent{
  position: absolute;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  left:10px; 
  width:780px; 
  top:125px; 
  height:635px; 
}

