/* CSS Document */
@charset "utf-8";
body {
	margin: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
a:focus {
	outline:none
}

.main {
	position: absolute;
	width: 750px;
	height: 620px;
	left: 50%;
	margin-left: -375px;
	top: 50%;
	margin-top: -310px;
}
.uc {
	position: absolute;
	left: 26px;
	top: 230px;
}
.content {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 700px;
}
.product {
	position: absolute;
	left: 70px;
	top: 70px;
	width: 253px;
	height: 455px;
}




.foot {
	position: absolute;
	bottom: 0px;
	height: 75px;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px dashed #333333;
	text-align: center;
	padding-top: 5px;
}

