body {
        margin                  : 0px auto; /* top right under left*/
        padding                 : 0px;
        background-color	: #000000;
        font-family     	: Verdana, Arial, sans serif;
        font-size               : 10px;

        } /* Need to set body margin and padding to get consistency between browsers. */

#website {
        width                   : 997px;
        margin                  : auto; /* align middle */
        text-align              : left;
        padding                 : 0px;
        border                  : none;
        background-color	: #000;
        z-index                 : 5;
        line-height             : 20px;
        }

#centerimage {
        position                : relative;
        top                     : 15px;
	height			: 549px;
	width			: 997px;
	cursor			: pointer;
	background              : url(../pictures/intropage.jpg) no-repeat;
}


