#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: 300px;
    width: 800px;
    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: 1400px;
    left: 20px;
    font-size: 48px;
    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: 48px;
    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: 200px;
    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 grey;
    top: 50px;
}

#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: 200px;
    top: 125px;
    overflow: hidden;
    background-color: #d35050;
    margin: 0 auto;
    z-index: 2;
}

#navigationback {
    position: absolute;
    width: 100%;
    height: 200px;
    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: 200px;
    left: 0px;
}

#navigation1 a:hover {
    position: absolute;
    width: 360px;
    height: 200px;
    border: 0;
    background-color: #9a9a9a;
}

#navigation2 {
    position: absolute;
    width: 360px;
    height: 200px;
    left: 360px;
    border: 0;
    top: 0px;
}

#navigation2 a:hover {
    position: absolute;
    width: 350px;
    height: 200px;
    border: 0;
    background-color: #9a9a9a;
    border: 2px grey;
}

#navigation3 {
    position: absolute;
    width: 360px;
    height: 200px;
    left: 720px;
    border: 0;
    top: 0px;
}

#navigation3 a:hover {
    position: absolute;
    width: 360px;
    height: 200px;
    border: 0;
    background-color: #9a9a9a;

}

#navigation4 {
    position: absolute;
    width: 360px;
    height: 200px;
    right: 0px;
    border: 0;
    top: 0px;
}

#navigation4 a:hover {
    position: absolute;
    width: 360px;
    height: 200px;
    border: 0;
    background-color: #9a9a9a;
}

#main {
    position: absolute;
    top: 320px;
    width: 1440px;
    height: 800px;
    background-color: black;
}

#about {
    position: absolute;
    top: 602px;
    width: 1440px;
    height: 1900px;
    background-color: white;
    background-image: url("/web/20160430053817im_/http://www.watchthaimovies.com/images/backpattern2.png");
}

#review {
    position: absolute;
    top: 0px;
    width: 1440px;
    height: 3000px;
    background-color: white;
    background-image: url("/web/20160430053817im_/http://www.watchthaimovies.com/images/backpattern2.png");
}

#homepagereview1 {
    position: absolute;
    top: 2530px;
    width: 1440px;
    height: 500px;

}

#reviewimage {
    position: absolute;
    top: 0px;
    width: 700px;
    height: 300px;

}

#righttextbox {
    position: absolute;
    top: 320px;
    left: 0px;
    width: 1440px;
    height: 1000px;
}