body
{
  background-color: #b6aea8;
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #65625B;
  
  margin: 0px;
  padding: 0px;
}

#container
{
	position: relative;
	width: 100%;
	text-align: center;
	
	height: 200px;
	width: 300px;
	
	top: 200px;
	margin: 0px auto;
}

h1
{
  margin: 0;
  padding: 0;
  background: url('../imgs/bg_h1.gif') 5px 0px no-repeat;
  height: 33px;
  width: 300px;
  
  text-indent: 310px;
  line-height: 35px;
  overflow: hidden;
  
}

#copyright
{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}