html {margin: 0;
      padding:  0;
	  height: 100%;
}

body {margin:0;
	  padding: 0;
	  height: 100%;
	  position: relative;
}

#container {width:  100%;
            height:  100%;
		    margin: 0;
		    padding: 0;
            text-align:  center;
			border-collapse: collapse;
			vertical-align: top;
		    background-color: #000000;
}

#sky {display: block;
	  width: 100%;
      height: 117px;
	  margin: 0;
      z-index: 0;
	  top:0;
}

#logo {z-index: 2;
	   position: absolute;
	   top: 0;
	   left: 10px;
	   margin-bottom: 0;
}

#ship {position: absolute;
	   left: 600px;
	   top: 10px;
	   height: 100px;
	   z-index: 1;
}

#top_menu_div {text-align: center;
		       background-color: #83a4b7;
               margin: 0;
}

#top_menu_cell {text-align: center;
			    margin: 0;
}

.top_navigation_menu {display: inline-block;
					  margin-top: 0;
					  margin-bottom: 0;
				      list-style-type: none;
				      font-size: 2em;
}

.navigation_cell  {margin-left: .5em;
				   margin-right: .5em;
				   padding: .5em;
				   text-align: center;
}

.navigation_link {padding: .2em;
				  color: #ffffff;
				  background-color: #83a4b7;
			      text-decoration: underline;
}

.navigation_link:hover {color: #000000;
                        background-color: #ffffff;
}

.sandy {width: 100%;
	   display: block;
	   background-image: url("images/sand.png");
	   background-repeat: repeat;
	   vertical-align: bottom;
	   padding: 0;
}

#center_container {position: relative;
			       display: block;
				   width: 100%;
				   height: 100%;
}

#pirate {
	     margin-left: 50px;
}



#denial {display: block;
	     font-size: 3em;
		 font-weight: bold;
		 color: red;
		 padding: 1em;
         z-index: 4;
}

#treasure {left: 350px;
		   top: 15em;
}

#grass {display: block;
	    position: relative;
	    float: bottom;
		width: 100%;
	    height: 100%;
		bottom: 0px;
}



#bottom_row {width: 100%;
			 position: relative;
			 bottom: 0;
		     text-align: center;
		     background-color: #83a4b7;
			 border-top: 2px solid red;
}

#bottom_navigation_menu {margin-left: auto;
		                 margin-right: auto;
		                 margin-top: 0;
			             margin-bottom: 0;
				         list-style-type: none;
						 font-size: 2em;
}

.bottom_navigation_item  {padding-top: 0.5em;
				          padding-bottom: 0.5em;
				          padding-left: 1em;
				          padding-right: 1em;
				          margin-left: 1em;
				          margin-right: 1.5em;
				          text-align: center;
				          display: inline-block;
						  color: #ffffff;
}


