body{
    background-color: #f4ede5;
}

.cover_right
{
    background-image: url("../img/cover_right2.png");
    background-size: contain;
    background-repeat: repeat-y;


}
.cover_left
{

    background-image: url("../img/cover_left.png");
    background-size: contain;
    background-repeat: repeat-y;


}
#content
{

    background-image: url("../img/cover_center.png");
   background-position: center;
    background-size: contain;
    background-repeat: no-repeat;


}

#header_bottom
{
    background-image: url("../img/header_bottom.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#header_upper
{
    background-image: url("../img/header_upper.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;


}