@charset "utf-8";
body{
	background:#F8F8F8 url(/imgs/bg.jpg) repeat-x top;
	margin:0px;
	padding:0px;
}
#main{
	background:url(/imgs/main-bg.jpg) repeat-y center top;
	width:816px;
	margin:0px;
	padding:0px;
}
#header{
	background:url(/imgs/header-bg.png) repeat-x center top;
	height:117px;
	width:816px;
}
#logo{
	width:340px;
	height:117px;
	margin-left:25px;
	float:left;
}
#hdrg{
	background:url(/imgs/diceandmoney.jpg) no-repeat center top;
	width:105px;
	height:106px;
	margin-right:15px;
	float:right;
}
#maincontent{
	width:790px;
	margin-left:13px;
}
#footer{
	background:#F8F8F8 url(/imgs/footer-bg.png) no-repeat;
	height:55px;
	width:816px;
}
#step1{
	background:url(/imgs/h21.png) no-repeat;
	padding-left:30px;
	margin-left:10px;
	font-size:18px;
	height:25px;
	color:#0000FF;
}
#step2{
	background:url(/imgs/h22.png) no-repeat;
	padding-left:30px;
	margin-left:10px;
	font-size:18px;
	height:25px;
	color:#0000FF;
}
#step3{
	background:url(/imgs/h23.png) no-repeat;
	padding-left:30px;
	margin-left:10px;
	font-size:18px;
	height:25px;
	color:#0000FF;
}
.mainfacts li{
	background:url(/imgs/check.png) no-repeat;
	padding-left:20px;
	margin-left:10px;
	font-size:16px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height:18px;
	font-weight:bold;
	list-style:none;
}
#bline{
	border:#f00 1px solid;
	width:450px;
	text-align:center;
}

