#container{
    width:1440px;
    height:100%;
     margin: 0 auto;
     overflow-x: hidden;

    }
    body {
        max-width: 100%;
        overflow-x: hidden;
         margin: 0 auto;
         background-color:black;
    }

    h1{
    position:absolute;
    left:460px;
    width:500px;
    height:60px;
     font-size:50px;
    display:inline-block;
    vertical-align: middle;
     text-align: center;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
    z-index:3;
    color:white;
    text-shadow: 2px 2px black;
    top:-10px
    }

    p2{
    position:absolute;
    color: white;
    top: 20px;
    width:1440px;
     font-size:22px;
    font-weight:strong;
    display:inline-block;
     text-align: justify;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
    }

    p1{
    position:absolute;
    color: black;
    top: 20px;
    width:1400px;
    left:20px;
     font-size:22px;
   font-weight: 100;
    display:inline-block;
     text-align: justify;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
    }

    p3{
    position:absolute;
    width:350px;
    height:60px;
     font-size:30px;
    display:inline-block;
    vertical-align: middle;
     text-align: center;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
    z-index:3;
    color:white;
    text-shadow: 2px 2px grey;
    top:7px;
    }

    #header{
    position: absolute;
    width:1440px;
    height:123px ;
    top:0px;
    z-index:6;
     background-color:#d35050;
      margin: 0 auto;
     }

     #headerback{
    position: absolute;
    width:100%;
    height:123px ;
    top:0px;
    z-index:1;
     background-color:#d35050;
      margin: 0 auto;
     }


    #navigation{
    position: absolute;
    width:1440px;
    height:60px ;
    top: 125px;
    overflow:hidden;
     background-color:#d35050;
      margin: 0 auto;
      z-index:2;
    }
    #navigationback{
    position: absolute;
    width:100%;
    height:60px ;
    top: 125px;
    overflow:hidden;
     background-color:#d35050;
      margin: 0 auto;
    box-shadow:5px 5px 15px black;
    z-index:1;
    }
    #navigation1{
    position: absolute;
    top:0px;
    width:360px;
    height:60px;
    left:0px;
    }

    #navigation1 a:hover {
    position: absolute;
    width:360px;
    height:60px;
    border: 0;
     background-color:#9a9a9a;
    }
    #navigation2{
    position: absolute;
    width:360px;
    height:60px;
    left:360px;
    border: 0;
    top:0px;
    }
    #navigation2 a:hover{
    position: absolute;
    width:350px;
    height:60px;
    border: 0;
     background-color:#9a9a9a;
    border: 2px grey;
    }
    #navigation3{
    position: absolute;
    width:360px;
    height:60px;
    left:720px;
    border: 0;
    top:0px;
    }
    #navigation3 a:hover{
    position: absolute;
    width:360px;
    height:60px;
    border: 0;
     background-color:#9a9a9a;

    }
    #navigation4{
    position: absolute;
    width:360px;
    height:60px;
    right:0px;
    border: 0;
    top:0px;
    }
    #navigation4 a:hover{
    position: absolute;
    width:360px;
    height:60px;
    border: 0;
     background-color:#9a9a9a;
    }

    #main{
    position: absolute;
    top:185px;
    width:1440px;
    height:800px;
    background-color:black;
    }

    #about{
    position: absolute;
    top:602px;
    width:1440px;
    height:500px;
    background-color:white;
    background-image: url("/images/backpattern2.png");
    }

    #review{
    position: absolute;
    top:0px;
    width:1440px;
    height:1000px;
    background-color:white;
    background-image: url("/images/backpattern2.png");
    }

    #homepagereview1{
    position: absolute;
    top:1110px;
    width:1440px;
    height:500px;

    }

    #reviewimage{
    position: absolute;
    top:0px;
    width:700px;
    height:300px;

    }
    #righttextbox{
    position: absolute;
    top:0px;
    left:720px;
    }


    #bottom{
    position: absolute;
    top:1470px;
    background-color:#db0000;
    z-index:3;
    width:1500px;
    left:200px;
    }
    #bottomback{
    position: absolute;
    top:1400px;
    width:100%;
    height: 170px;
    background-color:#d35050;
    left:0px;
    z-index:-3;
     margin: 0 auto;
    }
