/* CSS Document */

html {
    margin:0;
    padding:0;
    background:#067fc8;
    color:#000;
    }

body {
    min-width:750px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #067fc8;
    }

#wrap {
    background:#e9f6fc;
	background-image:url(../images/footer_bg2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
    margin:0 auto;
    width:750px;
    }