/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
#content     {

        width:755px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF8FE;
        color: black;
	border:#000 medium solid;
        margin-top:0px;
        text-align:center;
	}