@charset "utf-8";
/* CSS Document */

body {
margin: 0;
font-family: Geneva, Arial, Helvetica, sans-serif; 
}

#logo {
background-image: url(../images/premoli.gif);
margin-top: 15px;
width: 472px;
height: 38px;
}

#header {
background-image: url(../images/logo.jpg);
margin-top: 7px;
width: 900px;
height: 134px;
}

#video {
padding-top: 2px;
width: 425px;
height: 340px;
z-index: 1;
}

#premoliFooter {
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 9px; 
color: #CCCCCC;
}

#footer {
background: #111111;
position: absolute;
bottom: 1px;
left: 0;
width: 100%;
height: 18px;
border-top: #333333 solid 1px;
padding-bottom: 5px;
z-index: 2;
}

#footer a { 
border-left: 1px #ccc solid;
padding: 0 1px 0 4px;
color: #ccc;
font-size: 9px;
text-decoration: none;
}

#footer a:hover { 
color: #fff; 
}