body {
	font-family: Verdana, Tahoma, Georgia, Arial, Sans-Serif;
	background-color: #fff;
	background-image: url(/img/bg.png);
	background-repeat: repeat-x;
	margin-top: 150px;
}

div#container {
	width: 500px;
	height: 335px;
	margin: 0px auto;
}

div.loading {
	background: transparent url(/img/spinner.gif) no-repeat center center;
}