/* parts of those box-css taken from thenoodleincident.com thx */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #000;
	text-align: center;
}
a img {
	border: none;
}

a  ,a:visited, a:hover, a:active {
	text-decoration: none;
	color: #ccc;
}

#container {
	width: 980px;
	/*width: 850px;*/ 
	height:166px; 
	margin-top: 0px;
	margin-bottom: 00px;
	margin-right: auto;
	margin-left: auto; 	
	background: #000;
	text-align:left; 
	voice-family: "\"}\"";
	voice-family:inherit;
	z-index: 0;
}

#header {
	position: relative;
	width: inherit;
	height: auto;
	text-align:center;
	z-index: 0;
	padding-bottom: 9px;
}
#header-navi{
	position: relative;
	width: inherit;
	height:auto;
	text-align:center;
	z-index: 1;
	font-size:10px;;
}
#header-navi input{
   background: #222222;
   font-size:10px;
   text-align:justify;
   padding: 2px;
   border: none;
   border:dashed 1px #666;
   color:#ccc;
   list-style:none;
   text-align:right;
}

#footer {
	position: relative;
	top: -90px;
	width: inherit;
	height:auto;
	text-align:center;
	z-index: 0;
}
#footer-navi{
	position: relative;
	top: -120px;
	width: inherit;
	height:auto;
	text-align:center;
	z-index: 0;
	font-size:10px;
}
#image {
	position:relative;
	width:auto;
	text-align:center;
	z-index: 1;
}
#image img {
	border: solid 1px #FFF;
	z-index: 1;
	background: #666;
}
html>body #container {
	width: 980px; /* ie5win fudge ends */
/*	width: 850px;*/ 
}
