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

html {
	   background: url(http://syracuse.nyc//images/bg.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.logo {
	max-width: 100%;
	margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto\9; /* ie8 */
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	font-size-adjust:inherit;
	color:#FFF
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size:xx-small;
	font-size-adjust:inherit;
	color:#FFF
}