@charset "utf-8";
/* CSS Document */

/* body */
* {
margin: 0;
padding: 0;
}
html, * html body {
height: 100%;
}
body {
min-height: 100%;
position: relative;
background: url(../img/bg.gif) left repeat-y #e3c180;
font-family: "Times New Roman", Times, serif;
}

/* containers */
#all, #head, #line, #cont, #foot, #bfoot {
width: 100%;
}
#all, #foot {
min-width: 1024px;
width:expression((document.documentElement.clientWidth || document.body.clientWidth) <1024? "1024px":"100%");
}
#head, #phead {
height: 200px;
}
#head {
background: url(../img/wind.jpg) top left no-repeat #6d6d6d;
}
#phead {
width: 472px;
background: url(../img/room.png) top no-repeat;
-background: none;
-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/room.png', sizingMethod='scale');
float: right;
}
#tele {
padding: 10px 0 0 60px;
}	
#line {
height: 30px;
background: url(../img/navline.jpg) repeat-x;
}
#cont {
padding-bottom: 130px;
overflow: hidden;
}
#secon {
width: 250px;
padding: 12px 0 0;
}
.brand {
margin-top: 20px;
padding-left: 35px;
}
#macon {
margin-left: 250px;		 
padding: 10px;
}
#foot {
position: absolute;
bottom: 0px;
height: 130px;
background: url(../img/navline.jpg) top repeat-x;
}
#bfoot {
margin-top: 30px;
height: 100px;
background: url(../img/footer.jpg) repeat-x;
}

/* for css3 */
.expire {

}