body, html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-width:640px;
  /*background-image:url('../images/pageBG.gif'); background-repeat:x;*/
  background-color:#f3fec6;
  color:#999;
  text-align: center;
}
#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -280px;
  min-width: 650px; 
}

#container {
  width:1000px;height:560px;
  margin:0px auto;
  margin-bottom:10px;
}

/********************************************/

.spacer {
	height:30px;
}

.clear {
	clear:both;
}
/* **************** LINKS *********************** */

#footer a {
	text-decoration:none;
	color:#000333;
}
		
a {
	color:#000333;
}

a:hover {
	color:#e04534;	
}

a:active: {
}

.clear {
	clear:both;
}