/*
   Safe Street
   Main CSS
   Developed By David Millington 2010
   http://www.davidmillington.net
*/

html
   {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
   }

body
   {
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
		background: #fff url(../images/check.gif) repeat scroll left top;
      font: normal normal normal 12px Geneva, Arial, Helvetica, Times, "Times New Roman", Swiss, SunSans-Regular, Georgia;
      color: #f5f5f6;
      text-align: center;
   }

.vcenterer
   {
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center;
   }

#safestreet
   {
      width: 962px;
      height: 555px;
      margin: 0 auto;
   }

#safestreet p
   {
      font-size: 15px;
      color: #FFCC00;
   }

/*
   Alt Content
*/
a
   {
      color: #747474;
      text-decoration: none;
   }

a:link
   {
      color: #747474;
   }

a:hover
   {
      color: #fff;
   }

a:visited
   {
      color: #747474;
   }

a:active
   {
      color: #747474;
   }
