body {
		width: 100%;
		margin: 0 auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #fff;
		line-height: 1.4em;
	}
	
a:link {color: #fff;
		text-decoration: none;
		}
a:visited {color: #fff;
		text-decoration: none;
		}
a:focus {}
a:hover {}	
a:active {}


#splash {background: #000 center}


td { text-align:center;
	}
td.top { }
td.mid {	
		padding-bottom: 3%;
		}
td.bot { }

		
/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  border:1px solid #505050;
}

.tilt:hover {
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

	