#content {
	font-family: Georgia,'Source Serif Pro', serif;
    width: 800px;
    min-height: 500px;
    color: rgba(0,0,0,0.75);
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 3px solid #EEEEEE;
    margin-left: auto;
    margin-right: auto;
    background-position-x: 100px;
    background-attachment: fixed;
    padding: 20px;
    }

body {
    color: #EFEFFF;
    background-color: #1A566a;
    }

.image {
    border: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    }

