
html {
	background-color: #FFFFFF;
    background-image: url('../img/growing.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
}

body {
	border:0;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 80%;
	color:#666;
}

main {
    position:absolute;
    height:350px;
    width:500px;
    margin-top:-200px;
    margin-left:-265px;
    top:50%;
    left:40%;
}
