/*************************************************

OTTAWA HOSPITAL ANNUAL REPORT 2009
BY 76design


***************************************************
    SPLASH PAGE
    */
    
@media screen {
    h1, h2{
        display: none;
        }
} 
    

#wrapper{
    background: url(../images/splash.jpg) 50% 0 no-repeat;
    margin-top: 10px;
    }
    
#wrap{
    width: 970px;
    margin: 0 auto;
    position: relative;
    height: 478px;
    }

    
.btns{
    position: absolute;
    top: 385px;
    }

.btns img{
    margin-right: 5px;
    }
    
.btns a{
	filter: alpha(opacity=86);    
    opacity: .86;
    }
.btns a:hover{
	filter: alpha(opacity=100);    
    opacity: 1.0;

    }
    
    
    /*
    .btns a{
    display: inline-block;
    height: 30px;
    text-indent: -900em;
    overflow: hidden;
    margin-right: 10px;
    }
.btns a:hover{
    filter: alpha(opacity=100);
    opacity: 1.0;
    }
    
    
    #enter-eng{
        background: url(../images/splash-buttons.gif) 0 0 no-repeat;
        width: 117px;
        }    
    #enter-fra{
        background: url(../images/splash-buttons.gif) 0 -90px no-repeat;
        width: 122px;
        }
        */