  /*************************/
 /** BingoZone Redesign  **/
/*************************/
@import url(http://ly.lygo.com/ly/css/utils.css); /* Includes network-wide utilities stylesheet */

body {
  background: #5b85ad url(http://ly.lygo.com/ly/BZ/img/bg-bingoBalls.jpg) repeat;
  color: #000;
  font: normal 10px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  }

img.block {
  display: block;
  margin: 0;
  }

div.shadow {
  background: transparent url(http://gamesville.com/art_gv3/bg-shadow.png) repeat-y;
  color: inherit;
  margin: 0 auto;
  width: 795px;
  }

div.page { /* One div to hold them all */
  background: #fff url(http://ly.lygo.com/ly/BZ/img/bg-blueRays.jpg) no-repeat;
  border-bottom: 5px solid #333;
  color: #000;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 772px;
  }

.logo {
  border: 0;
  display: block;
  margin: 0 auto;
  }

div.wrapper {
  background: transparent url(http://ly.lygo.com/ly/BZ/img/bg-translucentWhite.png) repeat;
  margin: 0 15px;
  min-height: 400px;
  padding: 15px;
  }

div.homeContent {
  background: transparent url(http://ly.lygo.com/ly/BZ/img/bingoWinnerWoman.png) no-repeat 10px;
  min-height: 319px;
  padding-left: 175px;
  }

div.homeContent div { margin-left: 50px; }
div.homeContent div img { margin: 3px 0 0 40px; }
div.homeContent ul {
  list-style-type: none;
  list-style-image: url(http://ly.lygo.com/ly/BZ/img/bullet-blue11x11.png);  
  }

div.homeContent ul li { margin: 0 0 10px; }
div.homeContent ul li strong { font-size: 1.5em; }

div.box { width: 348px; }

div.box img {
  display: block;
  position: relative;
  z-index: 10;
  }

div.box div {
  background: transparent url(http://ly.lygo.com/ly/BZ/img/box-middle.png);
  margin: 0;
  min-height: 165px;
  padding: 0 15px;
  position: relative;
  z-index: 10;
  }

h1 { font-size: 1.6em; }

h2 {
  color: #006;
  font-size: 1.4em;
  margin: 0;
  }

p { margin: 8px 0; }

  /************************/
 /**  Footer Territory  **/
/************************/
img.bingoballs {
  position: absolute;
  margin-top: -91px;  
  z-index: 20;  
  }

div.gvbanner {
  background-color: #ccc;
  border: 0 solid #000;
  border-width: 1px 0;
  clear: both;
  color: #000;
  margin: 0;
  padding: 5px 15px;
  position: relative;
  z-index: 10;
  }
	
div.gvbanner img,
div.gvbanner span {
  float: left;
  margin: 5px 12px 0 0;
  }

div.gvbanner p { margin: 8px 0 0; }

div.footer {
  background-color: #fff;
  clear: both;
  padding: 5px 15px;
  font-size: .9em;
  }

  /*************/
 /**  Links  **/
/*************/
a {
  background-color: inherit;
  color: #006;
  font-weight: bold;
  text-decoration: underline;
  }

a:link:hover,
a:visited:hover { text-decoration: none; }

a img { border: none; }

div.footer a {
  background-color: inherit;
  color: #0b61ac;
  font-weight: bold;
  }