body {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Marcellus', sans-serif;
    color: #666666;
    background-color: #FFF9F9;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.owl-carousel {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.owl-item img {
    max-width: 540px;
    max-height: 360px;
}

h1, h2, h3 {
    text-align: center;
    font-family: 'Century Schoolbook', 'Century', 'Georgia', serif;
    color: #5a5a5a;
    margin-bottom: 30px;
}

a, a:visited {
    color: #8B9;
    text-decoration: none;
}

a:hover {
    color: #9CA;
    text-decoration: underline;
}

.header {
    margin-left: auto;
    margin-right: auto;
}

h1 {
    position: relative;
    right: -30px;
}

p {
    margin-left: auto;
    margin-right: auto;
}

nav {
    position: relative;
    top: 0px;
    right: -110px;
    padding: 30px;
}

#content img {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
}


.image-container {
    margin-left: auto;
    margin-right: auto;
    width: 540px;
    margin-bottom: 30px;
}

.image-container img {
    size: 100% auto;
}

#content {
    box-shadow: 2px 5px 10px #888888;
    margin-left: auto;
    margin-right: auto;
    background-color: #fefcf6;
    width: 600px;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

hr {
    text-align: center;
    background-color: #67594d;
    color: #67594d;
    display: block;
    height: 0;
    border: 0 #67594d;
    border-top: 1px solid;
    margin: auto auto auto auto;
    padding: 0;
}

.rectangle {
    background: #ecccb7;
    height: 56px;
    position: relative;
    -moz-box-shadow: -2px 1px 4px rgba(0,0,0,0.40);
    box-shadow: -2px 1px 4px rgba(0,0,0,0.40);
    z-index: 500; /* the stack order: foreground */
    margin-left: -10px;
    margin-right: -10px;
}

.l-triangle-top {
    border-color: #ecccb7 transparent transparent;
    border-style: solid;
    border-width: 50px;
    height: 0px;
    width: 0px;
    position: relative;
    float: left;
    top: 3px;
    left: -60px;
}
 
.l-triangle-bottom {
    border-color: transparent transparent #ecccb7;
    border-style: solid;
    border-width: 50px;
    height: 0px;
    width: 0px;
    position: relative;
    float: left;
    top: -45px;
    left: -160px;
}

<!--[if lt ie8]>
 
.r-triangle-bottom,
.r-triangle-top,
.l-triangle-bottom,
.l-triangle-top {
   display: none;
}
<![endif]-->