@charset "UTF-8";
/* CSS Document */

body {
	color: #f4f4f4;
	background-color: #f4f4f4;
	background-image:url(FrancesGreig_HomePage_web.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

div {
	width:100%;
    height:100%;
    background-color:transparent;
    position:relative;
	align-content:center;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}