body {
margin: 0;
padding: 0;
background-image: url(background.png);
background-position: top center;
background-repeat: repeat-x repeat-y;
background-color: #333;
/* This next one is for IE6 */
background-attachment: fixed;
text-align: center;
}

#main {
	position: relative;
	margin: auto;
	width: 1056px;
	height: 706px;
}

img { border: 0; }

#form {
	width: 195px;
	height: 25px;
	position: relative;
	margin-top: -500px;
	margin-left: 375px;
	*margin: -500px 0 0 -114px;
}

#form2 {
	height: 24px;
	width: 24px;
	position: relative;
	margin-top: -25px;
	margin-left: 580px;
	*margin: -25px 0 0 60px;
}

#form input { height: 25px; width: 195px; }

#form2 input {height: 24px; width: 30px; background-color: #8aa9a0; border:0; color:#fff; text-align:center; margin-left:0px; font-style: italic; }