Codice: Seleziona tutto
/* Layout
------------ */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
.right { float: none; }
.clear { clear: both; }
html, body {
margin: 0;
padding: 0;
text-align: center;
height: 100%;
background: #000000;
font-size: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #CFCFCF;
font-size: 10px;
}
#container {background: #000000;text-align: left;}
#banner {background: url('{T_THEME_PATH}/images/header.png') top center repeat-x; height: 124px;text-align: center;}
#header {
background: #00026f url('{T_THEME_PATH}/images/top_bg.png') top center repeat-x;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 outset;
margin-bottom:30px;
height: 80px;
text-align: center;
}



