@charset "utf-8";
/* CSS Stylesheet for Fredvaux.com */

html { height: 100%;}
body { background: #fff url(../images/bg.jpg) repeat-x top; height: 100%; margin: 0; padding: 0;}
#box { display: none;}

/*///////////////////////////////////////////////////////////////////////////////////
Page framework divs
///////////////////////////////////////////////////////////////////////////////////*/
#stripe { background: #00214c url(../images/dot.jpg) repeat-x top; width: 428px; height: 100%; position: absolute; left: 50%; margin: 0 0 0 -214px; z-index: 1;}
#container { background: url(../images/content-bg.jpg) no-repeat; width: 772px; height: 472px; position: absolute; top: 26px; left: 50%; margin: 0 0 0 -400px; padding: 42px 14px; z-index: 2;}
#content { background: #fff url(../images/ad.jpg) no-repeat; width: 770px; height: 470px; border: 1px solid #0346a1;}
