body {
	background-image: url(http://ctrl-alt-elite.net/images/background.jpg);
	background-color: #390603;
	background-repeat: no-repeat;
	background-position: top center ; 
	text-align: center ; 
}

#title { 
  font-weight: bold ;
  font-size: 25px; 
}

a:hover {
  color: #ccc;
  text-decoration: none;
  }

  a:link{
  color: #ccc;
  text-decoration: none;
  }

  a:visited {
  color: #ccc;
  text-decoration: none;
  }

a:active {
  color: #ccc;
  text-decoration: underline;
  }
  
ul#menu {
    position: relative; 
    list-style:none;
    margin:auto;
	font-weight: bold ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px ; 
	width: 520px ; 
    /* border:1px solid #fff; */
    padding: 5px;
    overflow:auto; /* makes sure the container fits the floated list-items below */
}

ul#menu li{
    position:relative; /* allows us to set the z-index */
    z-index:5; /* raises the z-index of the line item 5 levels all other elements */
    margin:3px 5px;
    padding:5px 10px 4px;
    float:left; /* floats list items to the left, creating a horizontal menu */
    /*background-color:#aaa; /* add some background color to the line items */
}

ul#menu li.backLava {
    position: absolute;
	z-index: 3; 
    background-color:#75573C;
    border:2px solid #A36834;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
    box-shadow: 2px 2px 3px #000;
    -webkit-box-shadow: 2px 2px 3px #000;
    -moz-box-shadow: 2px 2px 3px #000;
}

body,td,th {
	color: #FFF;
	text-align: center ; 
	margin: 0 auto ; 
}

div.container {
  width: 1024px ; 
  height: 650px ; 
  margin: 0 auto ; 
  position: relative;
  /* top: 50;
  left: 50;*/
}

div.header {
  position: relative; 
  width: 100% ; 
  height: 150px ; 
  text-align: center ; 
}

div.content {
  position: relative; 
  width: 100% ; 
  height: 100%; 
  /*border: .5px white solid;*/
}

div.footer {
  position: relative; 
  width: 100% ; 
  height: 100px ; 
}