@charset "utf-8";
/* CSS Document */
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
	background-color:#666 
}
}
.content{
    padding:0px;
    padding-bottom:0px;   /* Height+padding(top and botton) of the footer */
    
 }

