/* CSS Document */
body{
margin:0;
padding:0;
font-family:Tahoma;
font-size:11px;
line-height:20px;
}
#header{
background-color:#00CCFF;
width:100%;
height:290px;
background-image:url(../img/header_inici_background.jpg);
background-repeat:no-repeat;
background-position:left;
}
#subheader{
width:500px;
margin-left:auto;
margin-right:auto;
padding-top:15px;
}
#subheader p{
padding-left:50px;
}
#content{
width:600px;
margin-left:auto;
margin-right:auto;
background-image:url(../img/background_logos.gif);
}

