@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
background-color:#b27943;
background-image:url(images/fade.jpg);
background-repeat:repeat-x;
font-family:"Times New Roman", Times, serif;
color:#FFFFFF;
}

#center{
width:1200px;
position:absolute;
left:50%;
margin-left:-600px;
text-align:center;
}

.small{
font-size:10px;
color:#fff;
}

a{
color:#fff;
}