@charset "utf-8";

body
{
    top: 0px;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
    background-color: #FFFFFF;
    background-image: url(../images/main_bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
#wrapper
{
    margin-left: auto;
    position: relative;
    width: 990px;
    height: 780px;
    margin-right: auto;
    margin-left: auto;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #6699cc;
    border-left-color: #6699cc;
    background-repeat: repeat;
    background-color: #FFFFFF;
    background-image: url(../images/main_bg.jpg);
}
#redbox_logo
{
    height: 251px;
    width: 990px;
    margin-right: auto;
    margin-left: auto;
}
#book
{
    height: 536px;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    top: -40px;
    position: relative;
	z-index: 1;
}

