@charset "utf-8";
/* CSS Document */

div.main-box {
position:relative;
width:100%;
margin:0 auto;
overflow:hidden;
background:url(../images/what-smells-bg.jpg) no-repeat top left #FFFFFF;
height:700px;
}
div.main-box2 {
background:url(../images/what-smells-bg2.jpg) no-repeat top left #FFFFFF;
}
 /*background:#D0E1E1;
border:solid 1px #993333; */
}
div.top-box {
clear:both;
background:#336666;
text-align:center;
border-bottom:solid 1px #993333;
}
div.footer-box {
clear:both;
background:#336699;
text-align:center;

border-top:solid 1px #993333;
}
div.center-box {
position:relative;
width:100%;
left:33%;
/*background:#FFFFCC;
border-left:solid 1px #993333; */
}
div.reset-box {
position:relative;
width:100%;
left:100%;
margin-left:-33%;
}
div.right-box {
position:relative;
width:100%;
margin-left:-33%;
/*background:#D0EEC0;
border-left:solid 1px #993333; */
left:-2px;
}
div.content-box {
position:relative;
width:100%;
margin-left:-100%;
left:33%;
}
div.left {
float:left;
width:33%;
text-align:center;
padding-left: 4px;
}
div.right {
float:right;
width:33%;
text-align:center;
padding-left: 4px;
}
div.center {
margin-left:33%;
margin-right:33%;
padding-left:9px;
padding-right:1px;
text-align:center;

}
* html div.center {
height:1%;
margin:0;
}
* html div.left {
margin-right:-3px;
}
* html div.right {
margin-left:-3px;
}
.clearfix:after {
content: "."; 
display: block;
height: 0px;
clear: both; 
visibility: hidden;
}
.heightfix:before {
content:'.';
display:block;
visibility:hidden;
height:0;
}
