body
{
  font-size: 62.5%;
  width: 100%;

  font-family: 'Gill Sans MT', 'Gill Sans', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;

  /* background: url('../images/background.jpg'); */
  background: url('../images/ticson-background-1920px.jpg');
  background-width:100%;
  background-size: cover;
  background-attachment:fixed;
  height:100%;
}

span.user-role-bar
{
  display:block;
  background: #FFF; /* Tähän asiakasväri nro 1 */
  color: white;
  text-align: left;
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom:1em;
}
