

html, body, div, form, img {
  margin: 0;
  padding: 0;
  border: 0;
  }

html, body {
	height: 100%;
  }

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
  text-align: left;
  background-color: #EEE8E4;
	}
	
#page {
  margin: auto;
  width: 832px;
  padding-top: 85px;
  }

#page p {
  margin: 0;
  padding: 0;
  }
  
#bottom	{
	position: relative;
	width: 832px;
	height: 70px;
	background: url('img/bg_bottom.gif') left top no-repeat; 
	}
	
#bottom table	{
	position: absolute;
	left: 50px;
	bottom: 0px;
	margin: 0;
	padding: 0;
	}
	
#bottom table td	{
	background: url('img/line.gif') left top no-repeat; 
	padding: 0 30px 32px 4px;
	color: #fff;
	}
	
#bottom table td a,	#bottom table td a:link, #bottom table td a:visited,#bottom table td a:hover	{
	color: #fff;
	text-decoration: none;
	}
	
#link	{
	position: absolute;
	right: 38px;
	bottom: 17px;
	}
  
  
 
  
  
  
