body {
	margin:0;
	padding:0;  
	width:100%;
	height:100%; 
    text-align:center;
    font-family:Arial, sans-serif;
}

.clear {clear:both;}

#leftbox {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	background:#332417 url(../images/bg1.png) repeat left top;
}
#rightbox {
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
	z-index:10;
	background:#1f343c url(../images/bg2.png) repeat left top;
}

#cnt {
	position:relative;
	margin:auto;
    padding:0;
	width:480px;  
	z-index:100;      
    text-align:left;    
}                                             
.box {
    position:relative;
    float:left;
    margin-top:170px;
    width:480px;
    height:415px;
}          
#boxleft {
    border:solid #e5941c;
    border-width:10px 0;
    background:#523613;
}        
#boxright {
    border:solid #20afe3;
    border-width:10px 0;
    background:#3e5057;
}
     
     
       
     
#boxleft .logo {
    position:absolute;
    left:150px;
    top:-150px;
    width:186px;
    height:102px; 
    background:url(../images/logo1.png) no-repeat left top;   
}      
#boxright .logo {
    position:absolute;
    left:90px;
    top:-130px;
    width:257px;
    height:81px; 
    background:url(../images/logo2.png) no-repeat left top;   
}     
     
     
.box a.doors {
    display:block;
    position:relative;
    padding:100px 0 0 100px;
    width:380px;
    height:108px;      
}     
.box a.doors:hoover {
    color:red;
}
.box a.doors span.image {
    display:block;
    position:absolute;
    left:0;
    top:0;   
    width:480px;
    height:208px;
    background:green;
}                                                                                           
#boxleft a.doors span.image {background:url(../images/doors1.jpg) no-repeat left top;}
#boxright a.doors span.image {background:url(../images/doors2.jpg) no-repeat left top;}
     
.box a.doors span.in {
    dispaly:block;
    position:absolute;
    width:282px;
    height:65px;
    background-repeat:no-repeat;
    background-position:left top;
    cursor:pointer;
}                                               
#boxleft a.doors span.in  {left:198px;top:57px;background-image:url(../images/doors-button1.png);}
#boxright a.doors span.in  {left:0;top:122px;background-image:url(../images/doors-button2.png);}
.box a.doors:hover span.in {background-position:right top;}
     

h1, h2 {
    margin:26px 26px 10px 26px;
    padding:0;
    font-size:1.05em;
}
h1 {color:#e5941c;}
h2 {color:#b1e424;}

p {
    margin:0;
    padding:0 26px;
    font-size:0.75em;
    color:#fff;
    line-height:20px;
    text-align:justify;
}

#foot {
    position:relative;
    margin:16px auto;
    padding:0;
    width:480px;
    color:#c6b9ac;
    z-index:100;
    text-align:left;
}
#foot a {
    color:#e5941c;
    text-decoration:none;
}
#foot a:hover {text-decoration:underline;}
