body{
font-family: arial, sans serif;
font-size: 12px;
background-image: url("img/background.png");
background-repeat: repeat-x;
padding: 0px;
margin: 0px;
}

#container{
width: 950px;
height: 600px;
margin: 30px auto 0px;
margin-bottom: 0px;
background: #333333;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

#header{
height: 20px;
background: #666666;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

#container #cont h1{
font-size: 42px;
font-weight: normal;
color: #CCCCCC;
margin: 15px 20px 0px;
}

#container #cont p{
font-weight: normal;
color: #CCCCCC;
margin: 5px 22px;
}

a{
color:#999999;
text-decoration: none;
}

a:hover{
color:white;
}

#footer{
height: 50px;
margin: 5px auto 0px;
margin-bottom: 25px;
text-align: center;
}

#nota{
font-size: 10px;
color: gray;
width: 500px;
margin: 5px auto 0px;
}