@charset "UTF-8";
/* CSS Document */

.goButton	{
	position:absolute;
	z-index:200;
	background-image:url(images/go_over.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 179px;
	height: 34px;
	margin: 0;
	padding: 0;
	}
.goButton a {
	display: block;
	font-size: 12px;
	width: 178px;
	height: 34px;
	display: block;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
	text-decoration: none;
	}

.goButton img {width: 178px; height: 34px; border: 0 }
			
* html a:hover {visibility:visible}
						
.goButton a:hover img{visibility:hidden}
	
.goButton span {
	position: absolute;
	left: 3px;
	top: 16px;
	height: 27px;
	text-align: left;
	width: 154px;
	cursor: pointer;
	color: #6b160B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}
	
.image {z-index:100}

#box {
	position:relative;
	height:auto;
	width:752px;
	float:right;
	}
	
#box2 {
	position:relative;
	height:auto;
	width:920px;
	float:right;
	}

