body{
font-family:verdana, geneva, arial, helvetica, sans-serif;
font-size:62.5%;/*resets the value of 1em to 10px (otherwise the default 1em size differs across browsers)*/
color:#000;
background-color:#fff;
margin:0;/*affects ie6x and firefox 1.5x only*/
padding:0;/*affects opera 8.5x only*/
border:none;/*affects ie6x only*/

/*background-color:#c4d6e6;/*select compatible color in case img doesn't display*/
/*background-image:url(img/bodyback.jpg);/*typical img size: 20x1124*/
/*background-attachment:fixed;
background-repeat:repeat-x;*/

}
div#container{
/*can be empty unless specific effects required*/
margin:20px 0 0 0;
}

table#content{
margin-left:auto;
margin-right:auto;
}
