


* {
		margin:0;
		padding:0;
		}

* html a:hover {visibility:hidden}

@font-face
{
	font-family: 'FuturaBook';
	font-style: normal;
	font-weight: 400;
	src:url('fonts/urw-futura-boo.eot');
	src:url('fonts/urw-futura-boo.eot') format('eot'), url('fonts/urw-futura-boo.woff') format('woff');
}
			
html, body 
{ 	
	font-size: 100%; 
	height:100%;
	}

body
{
	font-family: "FuturaBook", Arial, sans-serif;
	font-size: 76%;
	color: #000;
	text-align: center;
	background: #fff;
}

img { border: 0px; }

a, a:visited
{
	color: #000;
	text-decoration: none;
	border: 0;
	outline: none;
}

a:active, a:hover
{
	text-decoration: none;
	border: 0;
}

.green, .green:visited
{
	color: #000;
	text-decoration: none;
	border: 0;
	outline: none;
}

green:active, .green:hover
{
	color: #3baf29;
	text-decoration: none;
	border: 0;
}


.red, .red:visited
{
	color: #000;
	text-decoration: none;
	border: 0;
	outline: none;
}

.red:active, .red:hover
{
	color: #dd0229;
	text-decoration: none;
	border: 0;
}



 /* styles for IE 5 Mac */
 #distance {
	background-color:#fff;
	position: absolute;
	top: 100px;
	left: 0px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #distance {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -250px;
   text-align: center;
   min-width: 295px; 
 }
 /* end IE 5 hack */ 
	  
#brand {
	background-image:  url(billyR7.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	position:relative; /* puts container in front of distance */
	text-align: center;
	width: 295px;
	height: 350px;
	margin: 0px auto;
	padding: 0; 
	}

	
#brand a {
	display: block;
	color: #fff;
	width: 295px;
	height: 350px;
	display: block;
	float: left;
	color: white; 
	text-decoration: none;
	}

#brand img {width: 295px; height: 350px; border: 0; visibility:hidden;}
#brand a:hover img{visibility:visible;}

p {
font-size: 1.5em;
line-height: 1.6em;
letter-spacing: 1px;
margin-bottom: 1em;
}

.details {
font-size: 1em;
}

#news {
padding: 100px 0 100px 0;
}
	
