
html, body {
margin:0;
padding:0;
background: #eee;
}

#header{

    background: url(images/bg.jpg) no-repeat center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:250px;
  border-style: solid;
  position: relative;


}
#headerContent{
	width: 728px;
	margin: 120px auto;

}

#container {
	padding: 0px;
	
}


#bottom {
		 min-height: 100%; width: 700px;  /* center */ padding: 20px 20px; margin: 20px;
		 border: 1px solid black; border-width: 1 1px; margin: auto;
		 background: #fff;
		}
		
#menu {
		position: relative; padding: 0px 0px; top: 13px; bottom: -1px; height: 28px; margin: auto; width: 700px; 
}

#menu a {
	float: left;
}



#home {
	background: url("images/btn_home.png");
	height: 28px; width: 100px;
	
}

#home:hover{
	background: url("images/btn_homeA.png");
	
}

#items {
	background: url("images/btn_items.png");
	height: 28px; width: 100px;
	
}

#items:hover{
	background: url("images/btn_itemsA.png");
	
}

#mobs {
	background: url("images/btn_mobs.png");
	height: 28px; width: 100px;
	
}

#mobs:hover{
	background: url("images/btn_mobsA.png");
	
}
#mods {
	background: url("images/btn_mods.png");
	height: 28px; width: 100px;
	
}

#mods:hover{
	background: url("images/btn_modsA.png");
	
}
#guide {
	background: url("images/btn_guide.png");
	height: 28px; width: 100px;
	
}

#guide:hover{
	background: url("images/btn_guideA.png");
	
}
#bugs {
	background: url("images/btn_bugs.png");
	height: 28px; width: 100px;
	
}

#bugs:hover{
	background: url("images/btn_bugsA.png");
	
}



*:focus {
outline: 0;
outline: none;
}