/* SOCINPRO - Arquivo base do layout */
*
{
margin:0;
padding:0;
border:0;
}

html
{
background:url(../imagens/bg.gif) repeat-x;
}

body
{
margin:0 auto;
text-align:center;
font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
font-size:62.5%;
color:#666;
background:url(../imagens/bg-body.gif) center top no-repeat;
}

.clear
{
clear:both;
}

/* Header */
#header
{
position:relative;
width:760px;
height:205px;
margin:0 auto;
}

#header h1
{
position:absolute;
top:25px;
left:14px;
width:133px;
height:86px;
text-indent:-90000px;
}

#header h1 a
{
display:block;
width:133px;
height:86px;
text-decoration:none;
background:url(../imagens/logo.gif) no-repeat;
}

#header h1 span
{
position:absolute;
top:104px;
left:165px;
width:222px;
height:29px;
background:url(../imagens/soc-brasileira.gif) no-repeat;
}

/* Wrapper */
#wrapper
{
margin:0 auto;
width:760px;
margin-bottom:30px;
text-align:left;
}

/* Footer */
#footer
{
position:relative;
width:760px;
margin:0 auto;
clear:both;
padding:20px 0;
background:#005e31;
color:#fff;
}

#footer a
{
color:#fff;
}

#footer a:hover
{
text-decoration:none;
}

#footer p.ilustraTeatro
{
position:absolute;
left:-15px;
top:-15px;
}

#footer p.ilustraMusicaCinema
{
position:absolute;
right:-22px;
top:-15px;
}