@charset "utf-8";
/* CSS Document */

#resultarea h1{
	text-align:center;
}

.webresult{
	width:810px;
	margin:0 auto;
}

h3{
	font-size:270%;
	font-weight:700;
	text-align:center;
	margin-bottom:20px;
	color:#333399;
	clear:both;
}

h3 span{
	font-size:80%;
	color:#333399;
}

p{
	text-align:center;
	margin-bottom:20px;
}

#resultarea{
	width:100%;
}

.record{
	width:230px;
	height:270px;
	background-image:url(../images/results/site_bg.gif);
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

.record img{
	width:210pxl;
}

.record h4{
	text-align:center;
}

.btns{
	margin-top:15px;
}

.btns li{
	float:left;
}