body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	text-align: center; /* IE center hack */
	height: 100%;
}
html {
	height: 100%;
}
/* Links */
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
:link img, :visited img {
	border: 0 none inherit;
}

/* Image border */
img {
	border: 0 none !important;
}

/* Clear */
.clearBoth {
    clear: both;
	height: 0.01em;
	font-size: 0.01em;
	line-height: 0.01em;
}

#whole {
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 100;
}

#logo {
	float: left;
	width: 400px;
	height: 149px;
	background-image: url("img/logo.jpg");
	background-repeat: no-repeat;
}
#blue {
	float: right;
	width: 312px;
	height: 149px;
	background-image: url("img/blue.jpg");
	background-repeat: no-repeat;
}
#left, #left1 {
	float: left;
	width: 320px;
	_height: 125px;
	min-height: 125px;
}
#center, #center1 {
	width: 320px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 0px 0px 335px;
	_margin: 0px 0px 0px 332px;
}
#right, #right1 {
	float: right;
	width: 320px;
	_height: 125px;
	min-height: 125px;
}
#left img {
	width: 320px;
	height: 125px;
	display: block;
}
#center img {
	width: 320px;
	height: 125px;
	display: block;
}
#right img {
	width: 320px;
	height: 125px;
	display: block;
}

.text p {
	margin: 1em 5px 0px 5px;
	padding: 0;
}
#footer {
	width: 990px;
	height: 70px;
	text-align: center;
}
#footer span {
	color: #CDCDCD;
}

.h-shop {
  padding: 10px 0 5px 5px;
  font-size: 1.1em;
}
.h-shop a {
  color: #0cb2f0;
}