/**
 * Layout
 */
#banner{
	float: left;
	display: inline;
	width: 930px;
	height: 290px;
	padding-left: 30px;
	background: url(../images/banner_bg.png) top left no-repeat;
}
#banner h1{
	margin: 15px 0 0 0;
	font-weight: bold;
	letter-spacing: -2px;
	font-size: 100px;
	color: #ed232a;
}
#banner a{
	float: right;
	clear: left;
	width: 139px;
	height: 27px;
	padding-top: 5px;
}
