/*Structural Styles*/

body {
margin: 0;
text-align: center;
}
#fakebody {
padding: 0 490px;
}

/*
* html #wrapper {border-left:980px solid #fff; position:relative; float:left; z-index:1; }
* html #minwidth {margin-left:-980px; position:relative; float:left; z-index:2; text-align:left; }*/
#wrapperwrapper {
margin: 0 auto;
padding: 0;
width: 70%;
max-width: 304px;  /* version for IE is at the bottom of this style block */
}

#wrapper {
margin: 0 -490px 0 -490px;
min-width: 980px; /* Critical Safari fix! */
position: relative;
}

/* Holly hack for IE \*/
* html #wrapper { height: 0; }
/* */


#container {
width: 100%; /* helps IE get the child percentages right. */
text-align: left;
} 