@charset "utf-8";
/* CSS Document */

#content {
padding: 10px 10px;
background-color:#FFFFFF;

  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
background-color:#505050;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-attachment: fixed ;
}