* { margin: 0; padding: 0; }
body {overflow-x: hidden;
background: #000000;
font: 11px Verdana,Arial,sans-serif;
color: #a9a9a9;
}
a, a:hover {
text-decoration :underline;
color: #f47b33;
}
a:hover {
text-decoration :none;
}
.p {
margin:0px;
}
.orange {
color:#f47b33;
}
.green {
color:#8f9d4c;
}
#page {
width: 790px;
position: relative;
height:100%;
... Leer más