IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto }

body {
background-color: rgb(0,15,48);
}

h3 {
    color: #c6a556;
    font-family:Garamond, Georgia, serif;
}

p {
    color: #c6a556;
}

img.logoWest{
    padding-bottom: 20px;
}

.vmiddle {
 position: absolute;
    left: 50%;
    top: 50%;

    /*
    *  Where the magic happens
    *  Centering method from CSS Tricks
    *  http://css-tricks.com/centering-percentage-widthheight-elements/
    */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     display: inline;
}
