/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	background-color: #000000;
	background-image: url(images/web_bg.jpg);
	background-repeat: repeat;
	text-align:center; /* for IE */
	width: 800px;
}

form{
	background-color: white;
	text-align:left; /* for IE */
	width: 800px;
}

div#wrapper {
	text-align:left;
	width:800px;
	margin:0 auto;
}

div#footer {
	background-image: url(images/footer.jpg);
	height: 37px;
	float: none;
	clear: left;
}
