/* CSS Document */

html		{
			margin: 0;
			padding: 0;
			
			}
			
body 		{
			font-family: Arial, Verdana, sans-serif;
			font-size:62.5%;
			margin:0 auto;
			padding:0;
			text-align: center;
			background: #181511;
						
			}

a, a:active	{
			text-decoration: none;
			outline: none;
			
			}

#wrapper	{
			position: relative;
			margin: 0 auto;
			padding: 0;
			width: 800px;
			text-align: left;
			padding: 0;
			
			}
			
/* Splash Page 'Coming Soon' */


a#contact {
			position: relative;
			display: block;
			width: 800px;
			height: 622px;
			margin: 0;
			padding: 0;
			background: url(../img/juanlogan-splash.jpg) no-repeat;
			text-indent: -9999px;
			
			}
			
a#contact:hover	{ background-position: 0 -622px; }