@charset "UTF-8";

/* CSS Document */

body { 
  background-color: #000;
  margin: 0; padding: 0; 
	color: snow;
   	color: white; 
	text-align:center;

	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	}

#middle {
    position: relative;
    vertical-align: top;
}

#store_container {
  position: relative;
}

img.logo {
    max-width: 100%;
    height: auto;
}

img.rectangle {
  position: relative;
}
#rectext {
  position: absolute;
  text-align:center;
  z-index: 100;
  bottom: ;
}
#inl {
  display: inline-block;
  position: relative;
}


.img-container {
  position:relative;
}
h2 { 
   color: white; 
	text-align:center;
	letter-spacing:.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
   	width: 100%; 
}
h2 span { 
   color: white; 
   font: 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: .5em;
   padding: 10px; 
}
