html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #fff url("../images/body.png") repeat-x left top;
	text-align: center;
}

#container {
	background: transparent url("../images/container.png") no-repeat left top;
	font-size: 1.1em;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	width: 1200px;
}
body.home #container {
	height: 100%;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0 auto;
	padding-top: 100px;
	text-align: left;
	width: 561px;
}
#content form {

}