/*
-----------------------------------------------------------------
Centre for Experimental and Constructive Mathematics
Stylesheet for Banner Style 5 
Filename:      style.css                                            
Version:       1.0                                                    
Date:          December 2004                                                   
Site:          http://www.cecm.sfu.ca                                         
-----------------------------------------------------------------
*/


/* Banner and Banner Image */
/* ----------------------------------------------------------- */

#banner {
        background: #000 url(../img/banner5.jpg) top center no-repeat;
        padding: 0;
        margin: 0;
        overflow: hidden;
        width: 100%; /*IE5 on Mac needs a width or it won't show*/
        height: 100px;
}

#banner img {
        position: relative;
        top: 100px;
        left: 0px;
}

