﻿body {
    background-image:
radial-gradient(closest-side, transparent 0%, transparent 75%, #575451 76%, #575451 85%, #746f6c 86%, #746f6c 94%, #e2dfd8 95%, #e2dfd8 103%, #7a7572 104%, #6d6864 112%, #6d6864 113%, #6d6864 121%, #e2dfd8 122%, #e2dfd8 130%, #d3b2a7 131%, #d3b2a7 140%),
radial-gradient(closest-side, transparent 0%, transparent 75%, #575451 76%, #575451 85%, #746f6c 86%, #746f6c 94%, #e2dfd8 95%, #e2dfd8 103%, #7a7572 104%, #7a7572 112%, #6d6864 113%, #6d6864 121%, #e2dfd8 122%, #e2dfd8 130%, #d3b2a7 131%, #d3b2a7 140%);
background-size: 110px 110px;
background-color: #eadfd7;
background-position: 0 0, 55px 55px;

background-attachment: fixed;

font-family:Verdana, Tahoma,  Geneva,  sans-serif;


}

header {
    width: 100%;
    height: 300px;
    background-image:url("../images/riii_cut.png");
    background-position:right;
    background-repeat:no-repeat;
    background-color:#000000;
    vertical-align:middle;
    padding-left:5px;
}

nav {
    background-color:#000000;
    border-bottom: solid 2px #a56c6c;
}

h1 {
    color:#d3b2a7;
}

footer {
    background-color:rgba(128, 128, 128, 0.74);
    color:#f5f3f3;
}