body,html { 
  height:100%;
	margin:0;
	background-color:#333333;
	/* background-attachment: fixed;
	background-image: url(img/under_construction.jpg);
	background-repeat: no-repeat;
	background-position: center center; */
}
form input, form select, form textarea {
	background-color: #999999;
	border: 1px solid #333333;	
}

