@charset "utf-8";
/* CSS Document */
html { background:#fff url(../img/bg-html.jpg) left top repeat-y; }
body { background:transparent url(../img/bg-body.jpg) left top repeat-x; }
.clear { display:block; clear:both; }

#container { width:1000px; font:12px Arial, Helvetica, sans-serif; }

#container img { vertical-align:bottom; }

#wrapper { width:1000px; background:url(../img/bg-wrapper.jpg) left bottom no-repeat; }

#sideLeft { float:left; width:250px; padding-bottom:250px; }
#sideRight { float:left; width:750px; }

#header { height:276px; }

#footer { height:155px; background-color:#fff; }
