*
{
    margin: 0;
    padding: 0;
}
html, body
{
    height: 100%;
}
body
{
    background: #E8DED4;
}
img
{
    border: none;
}


#distance
{
    width: 1px;
    height: 50%;
    margin-bottom: -300px; /* half of container's height */
    float: left;
}
#container
{
    margin: 0 auto;
    position: relative; /* puts container in front of distance */
	width: 405px;
	height: 600px;
    clear: left;
}