/* CSS Document */



/*html, body{
height:100%;
}
with this, Firefox tries to show all and "jumps"
*/


body{
background-color:#ffffff;
overflow:auto;
}


img{
width:960px;
height:474px;
border-style: none;
}


#container{
width:1000px;
height:600px;
text-align:center;
margin: 0 auto;
top: 0px;
position:relative;
}


#footer{
width:1000px;
height:50px;
text-align:center;
margin: 0 auto;
top: 0px;
position:relative;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
}




A:link {text-decoration: none; color:black;}
A:visited {text-decoration: none; color:#333333;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: red;}

