﻿
html { height: 100%; }

body { height: 100%; }

#footer
{
position:absolute;
bottom: 0px;
height: 10px;
} 

page-background {position:fixed; top:0; left:0; width:100%; height:100%;
    background-image:url('images\haalem01c 700ts.jpg');
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-size:cover;
    background-color:#ffffff;
}


content {position:relative; z-index:1; padding:10px;}

.cover
{
    height: 300px;
    background-image:url(Images/haalem01c.jpg) ;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:100%;
    max-height:600px;
}

.headlogo
{
    height:100%; margin:0; padding:0; background-color:#ffffff;
    font-size: 48px; font-family: Arial, Helvetica, sans-serif; text-align: center;
}
.headlogo2
{
    height:100%; margin:0; padding:0; background-color:#ffffff;
    font-size: 24px; font-weight: bold; font-family: Garamond; text-align: center;
}

