@charset "UTF-8";
/*----- Arctic Cat - Global Styles */
html { height:100%; }
body {
	background:#000000;
	height: 100%;
	margin:0px;
	text-align:center;
	width:100%;
	font:Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-family:Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
}
a {
	color:#4da903;
	cursor:pointer;
	text-decoration:underline;
	outline:none;
}
p{
	font-size:12px;
	color:#000000;
}
h1{
	text-transform: uppercase;
	display:inline;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}
h2{
	text-transform: uppercase;
	display:inline;
	font-size:20px;
	font-weight:bold;
	color:#6e6f71;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /*the bottom margin is the negative value of the footer's height */
	background:url(/atv/images/divBKG/atvBKG.jpg) no-repeat;
	background-position:top center; 
}
#wrapperFloat {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -109px; /*the bottom margin is the negative value of the footer's height */
	background:url(/atv/images/divBKG/atvBKGfloat.jpg) no-repeat;
	background-position:top center; 
}
#header {
	height:82px;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
	z-index:1000;
}

#footer {
	float:left;
	height:96px;
	/*margin-top:-90px;*/
	position:relative;
	width:100%;
	/*z-index:90;*/
	z-index:100;
	margin-top:10px;
}
#menu {
	margin:auto;
	width:994px;
	text-align:left;
	z-index:1;
	
}

.clear { clear:both; }

.bold { font-weight:bold; }
.italic { font-style:italic; }
