﻿Body {
    margin: auto;
    background: url('../Contents/Menu1.jpg');
    /*background-color:lightyellow;*/
    background-size:100% 100%;
}
hr {   
    margin:auto;
}

header {
    z-index: 1;/* It is used to stop image going over header */
    position: fixed;
    clear: both;
    width: 100%;
    
    background-color: white;
    background-size: 100% 100%;
    padding:0px 130px 0px 130px;
}

.headertxt { 
    font-size:50px; 
    color:white; 
}

.headerBg{  
    display:block;
    margin-left:auto;
    margin-right:auto;
    width: 90%; height:300px; 

}

.menu {
    margin-left:auto;
    width: 7%; height: 35px; 
}

marquee {
    background-color: gold;
    color: brown;
    padding: 3px;
    font-size: 18px;
}

.Centerbody {
    padding:460px 140px 20px 140px;
    margin: 0px 130px 30px 130px;
    background: url('../Contents/bg.png');
    background-size: 100% 100%;
    color: darkblue;
    font-family:Tahoma;
    font-size:17px;
}

footer {
    clear: both;
    position: static;
    background:none;
    background-size: 100% 100%;
    padding:1px;
    color: white;
}


img {
    width: 12%;
}






