html {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	background: #f2f2f2 url('/img/bk.png') repeat-y center;
	margin: 0;
	padding: 0;
	color: #333;
}
#header-wrap{
	height: 131px;
	background: #ffcc00 url('/img/header.png') repeat-x;
	margin: 335px auto 0 auto;
}
h1{
	width: 750px;
	margin: 0 auto;
	font-size: 1.8em;
	line-height: 1em;
	padding: 60px 0 0 90px;
}
h2{
	display: inline-block;
	background: url('/img/blank.gif') no-repeat left;
	height:54px;
	margin:20px 0 20px -75px;
	padding:0 20px 10px 80px;
	font-size:1.6em;
	line-height:95px;
	border-bottom:10px solid #ffcc00;
	border-bottom-right-radius:20px;
}
a{
	color: #23afe0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
hr {
	width: 800px;
	margin: 40px 0 20px -75px;
	height: 14px;
	background: #ffcc00;
	border: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
#outter-wrap{
	background: url('/img/bates.png') no-repeat top center;
	margin-top: -466px;
}
#inner-wrap{
	width: 750px;
	margin: 0 auto;
	padding: 455px 0 0 90px;
}
.brands, .domains{
	margin: 0;
	padding: 0;
	list-style: none;
}
.brands::after, .domains::after{
	content: "";
	display: block;
	clear: both;
}
.brands li{
	float: left;
	margin: 5px;
}
.brands li img{
	background: url('/img/logo.png');
}
.domains li{
	float: left;
	display: block;
	margin: 5px 10px;
	font-size: 0.9em;
}
