body {
    background-image: url('background.png');
    font-family: Georgia, Serif;
    color: #EEE8BA;
    font-size: 15px;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

a:link, a:visited, a:hover, a:active {
    color: #F5F1EE;
}

i {
	color: #F5F1EE;
}

#wrapper {
    position: absolute;
    top: 50px;
    left: 50px;
}

#top {
	position:absolute;
	top:0;
	width: 100%;
	height: 100%;
}

#middle {
    position: absolute;
    top: 250px;
    width: 800px;
    height: 300px;
}

hr {
	position:relative;
	float:left;
	width:100%;
    border: none;
    background-color: #EEE8BA;
    color: #EEE8BA;
    height: 1px;
}

.column {
    position: relative;
    float: left;
    width: 350px;
    height: 300px;
    padding-right: 50px;
}


