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

body {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url("../_Images/2013_HeroComixxx_Back2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	 background-size: cover; /* Resize the background image to cover the entire container */

}
