Tema
body
{
background-image: url(../../local--files/css:tema/bg.gif);
}
#header {
font-family: Palatino Linotype,Arial,sans-serif;
background-repeat: repeat;
background-image: url(../../local--files/css:tema/background_header.gif);
width:100%;
height:101px;
color:#2F2F2F;
border-bottom:2px solid #4E4E4E;
text-align:left;
padding-left:10px;
opacity:0.7;
filter: alpha(opacity=70);
z-index:1;
}
#header h1 a
{
position:relative;
display:block;
top:30px;
color:#2F2F2F;
font-size: 72px;
opacity:0.9;
z-index:2;
}
#header h1 a:hover
{
background-color:transparent;
opacity:1;
}
#header h2
{
display:none;
}
div#top-bar {
width:100%;
position:relative;
top:0px;
left:0px;
}
#content-wrap
{
background-color: #7F8229;
height: 70%;
border: 2px solid #4E4E4E;
border-left:0px;
border-right:0px;
margin-top:42px;
opacity:0.7;
filter: alpha(opacity=70);
_overflow:hidden;
}