@charset "utf-8";
/* CSS Document */

body , html {   
    height: 100%;   
}

 
#container {   
    width: 100%;   
    position: relative;
	height: 800px ;   
    height: auto !important;   
    height: 100%;   
    min-height: 100%;   
}


#box_both{

    padding-bottom: 50px; 

}


#footer {          
    position: absolute;   
    bottom: 0;   
    width: 100%;   
    height: 80px;   
} 


