html, body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
}

div#content_container {
	margin-top: 55px;
	width: 100%;
}

div#content {
	margin: 0 auto 30px auto;
	width: 920px;
	height: 635px;
	background: url(/assets/background.png) no-repeat left top;
}

div#buttons_container {
	position: relative;
	top: 125px;
	height: 50px;
}

div#button_btc, div#button_sra, div#button_ser {
	float: left;
	display: inline;	/* fix for IE6 double margin bug */
	width: 262px;
	height: 52px;
	background: none;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 18px;
}

div#button_btc {
	margin-left: 49px;
}

.clear {
	clear: both;
}
