@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6F6F6;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
#bestServiceLogo {
	text-align: center;
	width: 705px;
	height: 80px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -370px;
	margin-left: -353px;
}
#wrapperOuter {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 705px;
	height: 630px;
	margin-top: -290px;
	margin-left: -353px;
	top: 50%;
	left: 50%;
	position: absolute;
	background-image: url(../images/bg-wrapperOuterTop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapperInner {
	height: 590px;
	padding: 10px 10px 0px 10px;
	position: relative;
}
#wrapperInner #content {
	height: 460px;
	position: relative;	
}
#textField {
	font-size: 12px;
}
#textField h1 {
	font-size: 16px;
	margin-top: 0;
}

#shopIcon {
	float: left;
	width: 105px;
	padding: 35px 0 0 30px;
}
#shopLink {
	float: right;
	width: 550px;
	padding: 50px 0 0 0px;
	font-size: 21px;
	font-weight: bold;
}
#shopLink a {
	color: #fff;
}

#wrapperInner #bottom {
	height: 130px;
	color: #fff;
}
#footer {
	height: 30px;
	padding: 0 10px;;
	background: url(../images/bg-wrapperOuterBottom.png) no-repeat left top;	
	font-size: 12px;
}
#language {
	float: left;
	width: 190px;
	padding: 20px 0px 0 0px;
}
#footerLinks {
	float: right;
	width: 475px;
	padding: 20px 0px 0 0;
	text-align: right;
}
#footerLinks a {
	color: #000;
	text-decoration: none;
}
#footerLinks a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
