/* 

Screen layout: */



body {

margin: 0 auto;

padding: 0;

background: #f4f4f4 url('images/bg.gif') repeat-y top center;

}

a {

text-decoration: none;

color: #0072bb;

}

a:hover {

text-decoration: none;

color: #ff3000;

}