body{
	margin:0;
	padding:0;
	background:url(img/bg.gif) repeat-x;
	font-size:13px;
}

img{
	border:none;
}

iframe{
	margin:0 100px;
	width:650px;
	height:300px;
}

table {
	border: 1px solid #000;
	border-collapse: separate;
	border-spacing: 1px;
	margin:10px auto;
	width:80%;
	text-align:left;
}

tr {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;

}

a.free{
	text-indent:-9999px;
	width:716px;
	height:93px;
	margin:0 auto;
	display:block;
	background:url(img/free_read.gif) no-repeat;
}

a.free:hover{
	background:url(img/free_readhover.gif) no-repeat;
}

a.buy{
	text-indent:-9999px;
	width:718px;
	height:95px;
	margin:0 auto;
	display:block;
	background:url(img/buy.gif) no-repeat;
}

a.buy:hover{
	background:url(img/buyhover.gif) no-repeat;
}

#header{
	background:url(img/bg_t.gif) no-repeat;
	margin:0 auto;
	padding:1px 0px;
	width:903px;
	text-align:center;
}

#page{
	background:url(img/bg_m.gif);
	margin:0 auto;
	width:903px;
	padding:15px 0;
}

#footer{
	clear:both;
	background:url(img/bg_f.gif);
	margin:0 auto 15px;
	width:903px;
	height:28px;
}

.imc{
	margin:15px auto;
	text-align:center;
}

.imr{
	margin:15px 0 15px 500px;
	
}

.iml{
	margin:15px 0px 15px 100px;
	
}

/*result*/
#result{
	width:530px;
}

.date{
	font-size:14px;
	color:#f00;
	font-weight:bold;
	margin:10px;
}

.race{
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin:10px;
}

.txt{
	margin:0 20px;
	font-size:12px;
}