@charset "UTF-8";
/* CSS Document */



body {
	background:url(../images/start_logo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover; /*Used by Safari &amp; Chrome*/
	-moz-background-size: cover; /* Used by Firefox */
	-o-background-size: cover; /* Used by Opera */
	background-size: cover; /* All Modern Browsers */
	
}
