body {
	background: #ededed url('../images/bg-site.jpg') top left;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	color: #666;
}

#HeaderBar {
	background-color: #fff;
	height: 178px;
	margin: 0px;
	padding: 0px;
}

.center {
	width: 800px;
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#logo {
	width: 236px;
	height: 116px;
	margin: 0px 0px 0px 105px;
	padding: 31px 0px 0px 0px;
	float: left;
}

#WelcomeText {
	float: left;
	padding: 79px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
}

#WelcomeText img {margin: 0px; padding: 0px;}

a.LinkMen {
	background: #ededed url('../images/bgLinkMen.jpg') 0px 0px;
	display: inline-block;
	height: 25px;
	width: 99px;
	padding: 0px;
	margin: 0px;
}
a.LinkMen:hover {
	background: #ededed url('../images/bgLinkMen.jpg') 0px -25px;
}

a.LinkWomen {
	background: #ededed url('../images/bgLinkWomen.jpg') 0px 0px;
	display: inline-block;
	height: 25px;
	width: 126px;
	padding: 0px;
	margin: 0px;
}
a.LinkWomen:hover {
	background: #ededed url('../images/bgLinkWomen.jpg') 0px -25px;
}

#ContentPlace {
	background: transparent url('../images/ShadowContent.jpg') repeat-x 0px 0px;
}

#ContentPlace .center {
	background: transparent url('../images/bgContentCenter.jpg') no-repeat 0px 0px;
	width: 800px;
	height: 473px;
}

#StickerBak {
	margin: 0px auto;
	position: relative;
	top: 50px;
	width: 555px;
	text-align: center;
}

a.StickerMen {
	background: transparent url('../images/bgStickerMen.png') no-repeat 0px 0px;
	display: inline-block;
	height: 226px;
	width: 226px;
	margin: 0px 15px;
}
a.StickerMen:hover {
	background: transparent url('../images/bgStickerMen.png') no-repeat -226px 0px;
}

a.StickerWomen {
	background: transparent url('../images/bgStickerWomen.png') no-repeat 0px 0px;
	display: inline-block;
	height: 226px;
	width: 226px;
	margin: 0px 15px;
}
a.StickerWomen:hover {
	background: transparent url('../images/bgStickerWomen.png') no-repeat -226px 0px;
}

.clear { clear: both; margin: 0px; padding: 0px;}