@charset "UTF-8";
/* CSS Document */

div#root {
position:relative;
width:1200px;
height:auto !important;
height:100%;
min-height:100%;
margin:0px auto -30px;
}
 
div#minheight {
height:60px;
clear:both;
}
 
div#footer {
position:absolute;
bottom:0px !important;
width:1200px;
height:60px;
margin:0px auto;
background-color:#ed8a17;
}
