body {
	margin: 0; padding: 0;
	background-color: white;
	color: black;
    position: relative;
    background-position: bottom;
    background-repeat: repeat-x;
	background-image: url(img/bottom-back.gif);
    text-align: center;
	font-family: sans-serif;
	font-size: 11px;
	
	
/*	height: 80%;*/
	height: 100%;
}

a {
	color: red;
}

a img {
	border: 0;
}

div#content {
	position: relative;
	margin: 0 auto;
	width: 966px;
	z-index: 1;
	
	height: 600px;

}

div#bo_concept {
	width: 334px;
	position: absolute;
	top: 133px;
	left: 0;
}

div#decoland {
	width: 223px;
	height: 320px;
	position: absolute;
	top: 71px;
	left: 384px;
}

div#plus {
	width: 136px;
	height: 135px;
	background-image: url(img/plus.gif);
	position: absolute;
	top: 227px;
	left: 404px;
}

div#top_office {
	width: 349px;
	position: absolute;
	top: 133px;
	left: 617px;
}

div#bottom {

	width: auto;
	text-align: left;
    position: absolute;
    bottom: 12px;
    z-index: 100;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    background-color: #181617;
    
}

div#bottom a {
	color: white;
    text-decoration: none;
}

div#bottom a span {
    color: red;
}

.fl {
	position: relative;
	width: 50%;
	float: left;
}

.fr{
    position: relative;
    width: 50%;
    text-align: right;
	float: right;
}

