* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:12px Arial;
	color:#000;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#bg {
	float:left;
	height:154px;
	width:780px;
	background:url(images/bg.png) no-repeat;
}
/* left and right
-----------------------------------------------------------------------*/ 
.info {
	float:left;
	width:226px; 
}
.info a {
	float:left;
	width:200px; 
	text-align:center;
}
.info h3 {
	color:#000;
	font-weight:bold;
	font-size:14px;
	margin:20px 0 0 20px;
}
.info ul {
	float:left;
	width:190px; 
	margin:10px 0 0 34px;
}
a.money {
	float:left;
	font-size:14px;
	line-height:38px;
	font-weight:bold;
	background:url(images/dollar.png) top right no-repeat;
}
/* center
-----------------------------------------------------------------------*/ 
#vs {
	float:left;
	width:295px;
	margin:20px 0 0 32px;
}
.pick {
	float:left;
	height:18px;
	width:83px;
	background:url(images/pick.png) no-repeat;
	margin:10px 0 0 90px;
}
.first {
	float:left;
	width:85px;
	height:86px;
}
.vs-img {
	float:left;
	width:74px;
	height:45px;
	margin:40px 10px 0 10px;
}