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

html, body {
	height: 100%;
}

body {
	background: #25252D url(../images/index_body_bg.jpg) no-repeat top center;
	font: 13px/22px Verdana, Helvetica, Arial, sans-serif;
	color: #888890;
}

img {
	border: 0;
}

/*-------------------------------------------------------------
Index - PAGE
-------------------------------------------------------------*/
#page {
	width: 100%;
}

/*-------------------------------------------------------------
Index - WRAP
-------------------------------------------------------------*/
#wrap {
	width: 960px;
	margin: 0 auto;
}

/*-------------------------------------------------------------
Index - LOGO CONTENT
-------------------------------------------------------------*/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#logocontainer {
	margin-bottom:-65px;
	display: block;
	float: left;
	position: relative;
	z-index: 9999;

}

#container #logocontainer {
	width: 960px;
}

#logocontainer .logo {
	margin: 0;
	padding:0;	
	text-align:center;
}

#logocontainer .logo a {
	margin: 0;
	padding:0;	
	text-align:center;
}

/*-------------------------------------------------------------
Index - BAND CONTENT
-------------------------------------------------------------*/

#band_content {
	clear:both;
	background:url(../images/index_band-content-box.png) no-repeat;
	width:960px;
	height:340px;
}

#band_content .bandimage {
	background: url(../images/index_band-image.png) no-repeat top left;
	margin: 0;
	padding: 0;
	width: 565px;
	height: 340px;
	float: left;
}

#band_content .bandtext {
	padding: 80px 50px 0 0;
	margin: 0;
	float: right;
	width: 345px;
	position: relative;
	z-index: 500;

}

#band_content .bandtext span.headline {
	color:#f6f5f2;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#band_content .bandtext p {
	color: #a5a5ab;
}

/*-------------------------------------------------------------
Index - SKHUGHES.COM BUTTON
-------------------------------------------------------------*/

.skhughesweb{
	width:156px;
	height:35px;
	text-indent:-999999px;
	padding-top: 20px;

}
.skhughesweb a{
	background:url(../images/skhughesweb.gif) no-repeat;
	width:156px;
	height:35px;
	display:block;
	cursor:pointer;
	}
.skhughesweb a:hover{
	background-position:0 100%;
}