html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "CG Omega", Arial, Waree, "URW Palladio L";
	overflow: hidden;
	background-color: #efefef;
}

#wrapper {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 100%;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	background-color: #f5e2ff;
}

div#top #logo {
	width: 982px;
	height: 64px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -491px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -200px;
	background-image: url(../fashion-images/fashion-home-page/fashion-header-logo.gif);
	padding: 0;
	margin-bottom: 0;
}

div#top p {
	width: 982px;
	height: 64px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -491px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: 10px;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #8e9086;
}

#top {
	position: absolute;
	width: 982px;
	text-align: center;
	bottom: 50%;
	background-color: #fbfeeb;
	top: 0;
	height: 50%;
	margin-left: 1px;
}

#middle {
	width: 982px;
	height: 204px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -491px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -102px;
	z-index: 1;
	background-image: url(../fashion-images/fashion-home-page/fashion-background-middle.jpg);
}

#bottom {
	position: absolute;
	width: 982px;
	top: 50%;
	background-color: #fbfeeb;
	bottom: 0;
	height: 50%;
	margin-left: 1px;
}

div#bottom #languages {
	width: 982px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -491px;
	padding: 0;
	margin-top: 110px;
}

a:link, a:visited {
	color: #757b56;
	text-decoration: none;
	border: 1px solid #fbfeeb;
	font-size: 13px;
	width: 147px;
	padding: 0;
	margin: 3px 1px;
	float: left;
}

a:hover {
	color: #171911;
	text-decoration: none;
	background-color: #f5fec7;
	padding: 0;
	margin: 3px 1px;
	border: 1px solid #bebda3;
}

li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
	position: relative;
	display: inline;
}

div#bottom p {
	width: 982px;
	height: 64px;
	text-align: right;
	position: absolute;
	left: 50%;
	top: 90%;
	margin-left: -500px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: 10px;
	padding: 0;
	margin-bottom: 0;
	font-size: 10px;
	color: #8e9086;
}
