
html,body{
    height:90%;
    margin:0;
    padding:0;
 }
body {
	background-image: url(../images/pict0038.jpg);
	background-attachment: fixed; 
	/* background-position: 50% 65%; */
	background-size:cover;
	background-repeat:no-repeat; 
	min-width:482x;	
	min-height:217px;
	background-color:#000;
 }


.logo{
	width:481px;	   
	height:213px;		  
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	margin-top:3%;
}
.logo img {
	border: 2px solid black;
	position: relative;
	left: 94px;
	top: 0px
	width:285px;
	height:230px;

}


#horizontal {
	width:800px; 
/*	height:213px;*/
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	border-width:2px;
	border-style:solid;
	border-color:#fff;
	background-color:#fff;
	clear:both;
	overflow:auto;
}

#menu {
	font-family: Comic Sans MS;
	font-size: medium;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

#navcontainer
{
margin-top: 10px;
padding: 0;
height: 20px;
width:630px;
margin-left: auto;
margin-right: auto;
/*	background-color: aqua; */
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;

padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
/* width: 94px; */
width: 124px;
height: 18px;
border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: none;
padding: 0;
margin: 0 0 10px 0; 
color: #000;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}
#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 800px;
  height: 500px;
  margin-left: -400px;  /***  width / 2   ***/
  position: absolute;
  top: -250px;          /***  height / 2   ***/
  left: 50%;
}