HTML  
{
   height: 100%
}
BODY
{
   font-family: Verdana;
   color: #cccccc;
   OVERFLOW: auto;
   WIDTH: 100%;
   height: 100%;
   PADDING: 0px;
   MARGIN: 0px;
   Z-INDEX: 0;
   background: url("../img/bg/palco_sipario_1920_bn4 cut.png") no-repeat fixed center;
   -moz-background-size: cover;
   -webkit-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-color: Black;
}
.ucTab
{
   position: relative;
   top: -20px;
   width: 100%;
   height: 100%;
}
.ucLogo
{
   position: relative;
   top: 20px;
   width: 375px
}
.ucEmail
{
   font-size: 17px;
   text-decoration: underline;
   color: #ff0046;
}
