html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: rgb(211, 226, 195);
  height: 99%;
  margin: 0;
  padding: 0;
  padding-top:100px;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Verdana, Tahoma, sans-serif; 
  color: #000000;
  text-align: left;
}

/* === Containers === */

#container
{
	margin: 0 auto 0 auto; 
	/*display: table; */
	height: 100%;  
	/*position: relative; */
	overflow: hidden; 
	width: 630px;	
	height:232px;
	border:2px solid #ffffff;
	/*margin-top:50px;*/
	background-image: url('images/back.jpg');
	background-repeat: no-repeat;
	background-position:center center;
}

#content{
	/*position:inherit;*/
	/*padding: 40px 1px 1px 146px;*/
	height: 232px;
	width: 630px;	
	text-align: left;
	
}

#content h1 span {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	
}

#text{
  	display: block;
  	margin: 5px 5px 20px 12px;
	padding: 40px 1px 1px 146px;
}

/* === Inline Text Styles === */

h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 50px 9px;
  font-size: 16px;
  color: #ffffff;
  background-color: inherit;
  /*border-left: 5px solid rgb(211, 226, 195);*/
}

#text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

#text a:hover, #text a:active
{
  color: #000000;
}
