@charset "UTF-8";
/* CSS Document */


/* Body Changes */
body {
    background: #f2f2f2 url(../Assets/site-bg.jpg) bottom center no-repeat fixed;
	background-size: cover;
	background-position-y: 0;
}
body.home {
	background-position-y: 400px;
}
