html, body {
	min-width:1000px;
	text-align:center;
	background: rgb(193,207,220) url(grafic/bg.jpg) repeat-x;  
}

#container {
	width:1000px;
	margin: 10px auto;
	text-align:left;
  background: rgb(255,255,255) url(grafic/header.jpg) no-repeat;
  border:rgb(255,255,255) 1px solid;
}

#header {
	position:relative;
	height:192px;
  margin: 0 0 30px 0;
}

#navigation, #content, #commercial {
	display:inline;
	float:left;
	overflow:hidden;
}

#navigation {
  width:200px;
  margin-left:10px;
  margin-right:10px;
  margin-top:40px;
}

#content {
  width:600px;
  margin-right:10px;
}

#commercial {
	width:155px;
  margin-right:10px;  
}

.clear {
	height:1%;
	clear:both;
}

#dive-king {
  padding-top:15px;
  padding-bottom:15px;  
  background: rgb(96,145,176);
  text-align:center;
}

#footer {
  height:131px;
  background: url(grafic/bottom.jpg);  
}

#bottomSpace {
  height:50px;
}

#bottomNavigation {
	width:550px;
	float:left;
	font-size:10px;
	color:rgb(255,255,255);
	text-align:center;
}

