/*!
 * ADDUP
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
 
html {
 background: #F5F4F1 url(http://attu.pt/images/attu_home.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 999999;
}

body {
 background: none;
color: #333333;
font-family: "Roboto", arial;

}

a {
color: #333333 !important;
}



.col-centered{
float: none;
margin: 0 auto;
width: 540px;
}






