/*
This is the basic style sheet,
seen by all browsers.
*/
body {
background: #b37f1c;
margin: 0px;
padding: 0px;
}

div#imatge {
background: #b37f1c;
position: absolute;
padding: 8px;
left: -4px;
top: 0px;
width: auto;
}

div#contingut_inicial {
width: auto;
position: absolute;
padding: 8px;
top: 480px;
left: 620px;
height: auto;
}

div#contingut_centrat {
width: auto;
position: absolute;
padding: 8px;
top: 200px;
left: 620px;
height: auto;
}

div#contingut_general {
width: auto;
position: absolute;
padding: 8px;
top: 50px;
left: 620px;
height: auto;
}

p.text_dreta {
text-align: right;
position: relative;
right: 1px;
}

p.text_esquerra {
text-align: left;
}

p.petit {
font-size: small;
}