html,body{
  margin: auto;	
  margin:0;
  padding:0 0 0 0;
  background-color: #000;
  background-image: url(../img/back.jpg);
  background-repeat: repeat-x;
  background-position: 0px -100px; 	
  color: #fff; 
  font-size: 12px;
  font-family: arial;
  letter-spacing: 0px;
  height: 100%;
}
iframe {
border: 0px;
}
#container {
z-index: 10;
 position: absolute;
 width: 100%;
 min-height: 100%;
}
#content {
text-align: left;
width: 100%;
height: 100%;
*height: 0px;
}
#head {
z-index: 20;
position: fixed;
left: 0px;
height: 20px;
width: 100%;
background-color: black;
background-image: url(../img/head.png);
background-repeat: repeat-x;
border-bottom: 1px solid #000;
}
#logo {
z-index: 20;
position: absolute;
left: 0px;
top: -4px;
height: 37px;
width: 150px;
background-image: url(../img/logo.png);
background-repeat: no-repeat;
}
#foot {
z-index: 20;
position: fixed;
*position: absolute;
bottom: 0px;
left: 0px;
height: 20px;
width: 100%;
background-color: black;
background-image: url(../img/head.png);
background-repeat: repeat-x;
font-size: 9px;
border-top: 1px solid #222;
}
#foot a {
	color: #bbb;
}
#foot a:hover {
	color: #fff;
}
a { 
outline: none; 
color: #bbb;
}
a:hover {
color: #fff;
}
img { border: 0px; }