﻿html {
	height:100%;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#0C0C0C;
	background-image:url('/img/clubs.jpg');
	background-position:center top;
	background-repeat:repeat-y;
}

.wrapper {
	position:relative;
	margin:0px;
	margin-top:60px;
	padding:0px;
	width:100%;
	height:430px;
	background-color:#000000;
	border-style:none;
	border-width:1px;
	border-color:#666666;
	border-top-style:solid;
	border-bottom-style:solid;
}

.innerwrapper {
	position:relative;
	margin:0px auto;
	padding:0px;
	width:955px;
	height:430px;
	background-color:#000000;
	border-style:none;
}

.splashimage {
	margin:0px auto;
	padding:0px;
	width:800px;
	height:430px;
	border-style:none;
	background-image:url('/img/splashFrame1.jpg');
	background-repeat:no-repeat;
	z-index:0;
	overflow:hidden;
}

.splashimage img {
	margin:0px;
	padding:0px;
	width:800px;
	height:430px;
	border-style:none;
	visibility:hidden;
}

.logo {
	position:absolute;
	top:20px;
	left:20px;
	margin:0px;
	padding:0px;
	width:337px;
	height:89px;
	border-style:none;
	background-image:url('/img/logo.png');
	background-repeat:no-repeat;
	z-index:1;
}

.enterSite {
	position:absolute;
	bottom:20px;
	right:20px;
	margin:0px;
	padding:0px;
	width:176px;
	height:31px;
	border-style:none;
	background-image:url('/img/enterWhite.png');
}

.enterSite img {
	margin:0px;
	padding:0px;
	width:176px;
	height:31px;
	border-style:none;
	visibility:hidden;
}

.enterSite a:hover img {
	visibility:visible;
}


