* {
	margin: 0;
 	padding: 0;
}

body {
	background-color: #080080;
}

#pic img {
	border-width:1px;
  	border-style:solid;
  	border-color:black;
	margin: 1px;
}

#pic img:hover {
	border-color: white;
}

#navi {
	margin-top: 20px;
	color: white;
	text-align: left;
}

#navi b {
	font-variant: small-caps;
	font-size: 18px;
}

#navi a:hover {
	color: #ffffbe;
}

#navi a:link, a:visited {
	color:  white;
}

#header {
	height: 112px;
	width: 100%;
	background-image: url(../img/header_02.png);
	background-repeat: repeat-x;
	text-align:center
}

#header img {
	margin-top: 30px;
	border:  0;
}

#pic {
	height: 600px;
	overflow: auto;
	border-top: 1px solid white;
  	border-bottom: 1px solid white;
  	position: absolute;
  	z-index: 2;
}

#footer {
	width: 100%;
	height: 112px;
	position:absolute; 
	bottom: 0;
	background-image: url(../img/bottom.png);
	background-repeat: repeat-x;
	z-index: 1;
}
