@charset "UTF-8";
    /* CSS Document */
    
    #bg {
    	background-image: url(http://profitmaker123.com/osa/images/bg.gif);
    	background-repeat: repeat;
    	margin-top: 0px;
    }
    #header {
    	background-image: url(http://profitmaker123.com/osa/images/header.jpg);
    	height: 284px;
    	width: 746px;
    	margin-top: 0px;
    	margin-right: auto;
    	margin-bottom: 0px;
    	margin-left: auto;
    	overflow: hidden;
    }
    #contentbg {
    	background-image: url(http://profitmaker123.com/osa/images/contentbg.gif);
    	background-repeat: repeat-y;
    	height: auto;
    	width: 600px;
    	margin-top: 0px;
    	margin-right: auto;
    	margin-bottom: 0px;
    	margin-left: auto;
    	overflow: hidden;
    	padding-right: 50px;
    	padding-left: 50px;
    }
    #footer {
    	background-image: url(http://profitmaker123.com/osa/images/footer.jpg);
    	height: 44px;
    	width: 700px;
    	margin-top: 0px;
    	margin-right: auto;
    	margin-bottom: 0px;
    	margin-left: auto;
    	overflow: hidden;
    }