html { 
  background: url(../images/backgrounds/bg-unisa-entrance.jpg) no-repeat center center fixed; 
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
body { margin:0; padding:0; 
 font-family			: Arial;}

#header_container { 
    height:180px; 
    left:0; 
    position:fixed; 
    width:100%; 
    top:0;
    height:180px; 
    }
    
#header{ 
	line-height:40px; 
margin:0 auto; 
width:100%; 
text-align:center; 
}

#container {  
margin:0 auto; 
overflow:auto; 
padding:180px 0; 
width:100%; }

#content{ text-align:center;margin-top:5px; width: 300px}

#footer_container {  bottom:0; height:80px; left:0; position:fixed; width:100%; }
#footer { margin:0 auto; width:100%; text-align:center; vertical-align: middle; color:white;}

img.emblemHome{position:absolute, center; width:200px;}