html { 
  background: url(../gfx/bg_start.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666;
}
body,td,th {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #4e4c49;
}

#footer{
	
	position:absolute;
	bottom: 12px;
	left: 50%;
	height: 30px;
	width: 400px;
	margin-left: -200px;
	color:#FFF;
	text-align: center;
	font-size: 10px;
	
	}
	
#footer a{
	color: #FFF;
	}	