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

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* {
	margin:0;padding:0;
	} 

html, body, #wrap {
	height: 100%;
}
html, body {
	margin: 0;
	padding: 0;
	background-color: #313131;
	height: 100%;
	font-size:100%;
}
html {
      overflow-y: scroll;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#bg {
	min-height: 100%;
	width: 950px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 5;
	top: 0px;
}
#main {
	padding-bottom: 30px; /* must be same height as the footer */
	width: 950px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
	height: 100%;
} 
#footer {
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	width: 950px;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	}
clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block; /* Hides from IE-mac \*/
	}
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block; /* End hide from IE-mac */
	}
a img { 
	border: none;
}
a {
	text-decoration: none;
    outline: none;
}
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #D048BF;
	text-decoration: underline;
}
#top {
	width: 950px;
	position: relative;
	height: 230px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 100;
	top: 0px;
	clear: both;
}
.footer_left {
	position: absolute;
	left: 10px;
	padding-top: 10px;
}
.footer_right {
	position: absolute;
	right: 10px;
	padding-top: 10px;
}
.footer_right a:link, .footer_right a:visited {
	color: #CCCCCC;
}
.footer_right a:hover {
	text-decoration: underline;
	color: #D048BF;
}
#index_links {
	padding: 0px;
	position: relative;
	clear: left;
	width: 800px;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 10;
	height: 71px;
}
#index_links span {
	display: none;
}
#snatchlink {
	height: 200px;
	width: 800px;
	position: absolute;
	left: 20px;
	top: 20px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#snatchlink a:link, #snatchlink a:visited {
	background-image: url(../images/snatchlink.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 800px;
}
#snatchlink a:hover {
	background-image: url(../images/snatchlink.png);
	background-repeat: no-repeat;
	background-position: 0px -205px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 800px;
}
#fidelitylink {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 787px;
	position: absolute;
	left: 25px;
	top: 350px;
	display: block;
	overflow: hidden;
}
#fidelitylink a:link, #fidelitylink a:visited {
	background-image: url(../images/fidelitylink.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 787px;
}
#fidelitylink a:hover {
	background-image: url(../images/fidelitylink.png);
	background-repeat: no-repeat;
	background-position: 0px -130px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 787px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 10;
	height: 230px;
	width: 950px;
}
#text {
	width: 750px;
	top: 0px;
	padding: 0px;
	float: right;
	position: relative;
	right: 90px;
	text-align: justify;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	position: absolute;
	top: 5px;
	right: 90px;
}
