<?php
#content {
overflow: hidden;
padding: 20px 10px;
width: auto !important;
}
<?php
body {
background: url("../../../images/Wgamers/bg_repeat.gif") repeat-x scroll center top #282828;
color: #333;
font-family: Calibri;
font-size: 13px;
line-height: 1.4;
margin: 0;
overflow-y: scroll;
text-align: center;
}
(25 Feb, 2015, 11:37 am)XEDE escribió: Eso es porque tu content no tiene un color asignado, solo tenes esto en la linea 8 del CSS:
Código PHP:<?php
#content {
overflow: hidden;
padding: 20px 10px;
width: auto !important;
}
<?php
body {
background: url("../../../images/Wgamers/bg_repeat.gif") repeat-x scroll center top #282828;
color: #333;
font-family: Calibri;
font-size: 13px;
line-height: 1.4;
margin: 0;
overflow-y: scroll;
text-align: center;
}