@charset "utf-8";
/* CSS Document */
* {
margin: 0px;
padding: opx;
}

body {
	font-size:100%;
	line-height:0.9375em;
	font-family:Arial, Helvetica, sans-serif;
}

p, ul {
	font-size: 0.6875em;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
html .clearfix{
	height:1%;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#content {
	margin-top: 15px;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 555px;
}
#main {
	position:relative;
	height: 483px;
}
#container #content #logo {
	position: absolute;
	cursor:pointer;
	height: 27px;
	width: 453px;
	left: 77px;
	bottom: 30px;
	background-image:url(../images/missbonbon.gif)
}
#container #content #online_soon {
	position: absolute;
	height: 27px;
	width: 145px;
	right: 74px;
	bottom: 30px;
	background-image:url(../images/online_soon.gif)
}

/* BRANDS */
.wrapper {
	margin: 8px;
}
#home #content .left {
	position:absolute;
	width: 650px;
	height: 450px;
	background-image: url(../images/girls.jpg);
	left: 77px;
	top: 33px;
}
#brands #content .left {
	position:absolute;
	width: 385px;
	height: 450px;
	background-color: #fff;
	left: 77px;
	top: 33px;
	background-image: url(../images/hello.gif);
	background-repeat: no-repeat;
}
#brands #content .brands {
	text-align:right;
	position:absolute;
	width: 236px;
	background-color: #fff;
	right: 75px;
	top: 33px;
}
#brands .brands a {
	color: #000;
	text-decoration:none;
}
#brands .brands a:hover {
	text-decoration: underline;
}
span.title_brands {
	float: right;
	clear: both;
	display:block;
	background-image:url(../images/title_brands.gif);
	background-position: top right;
	background-repeat:no-repeat;
	width: 100%;
	height: 20px;
}
#brands #content .address {
	text-align:right;
	position:absolute;
	width: 236px;
	background-color: #fff;
	right: 75px;
	bottom: 0px;
}
#brands .address a {
	color: #000;
	text-decoration:none;
}
#brands .address a:hover {
	text-decoration: underline;
}
#brands .address p {
	margin-top: 10px;
}
span.title_address {
	float: right;
	clear: both;
	display:block;
	background-image:url(../images/title_address.gif);
	background-position: top right;
	background-repeat:no-repeat;
	width: 100%;
	height: 20px;
}
#footer span.missbonbon {
	display: block;
	width: 385px;
	height: 25px;
	background-color: #fff;
	background-image:url(../images/footer_missbonbon.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#footer span.hello {
	float: right;
	display: block;
	width: 75px;
	height: 25px;
	background-color: #fff;
	background-image:url(../images/footer_hello.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#footer a.brands {
	float: right;
	display: block;
	width: 75px;
	height: 25px;
	background-color: #fff;
	background-image:url(../images/footer_enter.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#footer a span {
	display:none;
}
#footer {
	padding: 25px 75px 0px 75px;
}