a.top-banner{
    min-width: 1020px;
	background: #fce6ba; 
	display: block;
	position: relative;
	color: #700d14;
	text-decoration: none;
}
a.top-banner p{
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	padding: 10px 0;
}
a.top-banner p:hover{
	text-decoration: underline;
}
body{
	background: #ececec url('/massets/images/bg.png') repeat-x 0 50px;
}
