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

body{
	background-image:url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
	font-family: 'Source Sans Pro', sans-serif;
}