body {
	background-image: url(images/simawhenandroid.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	
    background-size: contain;
	
	padding-top: 51.9%;
}

#page{
    color: rgb(230,230,230);
    background: rgb(25,25,25);
    margin: auto;
    font-family: Crafty Girls;
}   

main{
    background: rgb(35,35,35);
    border: 3px dashed rgb(75,75,75);
    padding:10px;
    margin: auto;
	width: 75%;
    line-height: 1.5em;
}

header{ 
    width: 375px;
    padding: 1px;
    background: rgb(40,40,40);
    -webkit-box-shadow: 7.5px 7.5px 5px -5px rgba(50,50,50,0.75);
    -moz-box-shadow: 7.5px 7.5px 5px -5px rgba(50,50,50,0.75);
    box-shadow: 7.5px 7.5px 5px -5px rgba(50,50,50,0.75);
}

div{
    font-size: xx-large;
}

footer{
    font-size: small;
    font-style: italic;
}