/*HTML Reset
----------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, form, ul, ol, li {
margin:0;
padding:0;
border:0;
list-style:none;
}

/*ATRIBUTOS GERAIS
-----------------------------------------*/
/*TAGS
------------------*/
html {
height:100%;
}

body {
background:url(../imagens/fundo.jpg) repeat-x fixed bottom #3C3835;
color:#eeeeee;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:150%;
height:100%;
}

p {
margin-bottom:10px;
}

img {
border:none;
}

a:link {
color:#09C;
text-decoration:underline;
}
a:visited {
color:#7BE;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
a:focus {
text-decoration:none;
}
a:active {
color:#333;
text-decoration:underline;
}

h1 {
margin-bottom:15px;
letter-spacing:0;
color:#FED121;
font-size:19px;
font-family:Impact;
font-weight:normal;
}

#container {
padding-top:10%;
}

#bg {
background:url(../imagens/dstq_bg.gif) #58524E;
margin-bottom:10px;
text-shadow:rgba(0,0,0,0.3) -1px -1px 0px;
color:#ddc;
font-size:12px;
box-shadow:rgba(0,0,0,0.4) -20px 0px 20px;
-moz-box-shadow:rgba(0,0,0,0.4) -20px 0px 20px;
-webkit-box-shadow:rgba(0,0,0,0.4) -20px 0px 20px;
position:relative;
}

#bg_dtl {
background:url(../imagens/jgg_teaser_bg.jpg) no-repeat top left;
padding:145px 30px 20px 30px;
min-height:120px;
width:470px;
}

#rodape {
padding:0px 30px;
text-align:left;
}

#dstqDetalhe {
background:url(../imagens/dstq_bg_luz.gif) no-repeat top left;
}

#chamadaTwitter {
display:block;
position:absolute;
top:20px;
left:420px;
}