/* Basic CSS resets -- leveling slight inconsistencies in browsers */
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

html {
		/* Standard text-settings below */
	font-size: 1em;
    line-height: 1.4em;
}




body {
	
	
}


#container {
    border: 1px solid black;
    width: 1000px; 
    margin: auto;
    position: relative;
}


footer {
    font-size:0.7em
}

span.zoe{
    color:#a87f32;
    font-size: 300px;
    position: absolute;
    right:0px;
    bottom: 0px;
    /*z-index: 2;
    opacity: 0.5;*/
    rotate: 45deg;
    text-shadow: 50px 50px 25px black, 200px 150px #c2a878;
}

span.period{
    font-size:50em;
    position: absolute;
    right: 0px;
    bottom: 75px;
    opacity: 0.3
}
