html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {background: #adadaf url(/i/intro_back.jpg);}

a:link, a:visited {color: #ababab; text-decoration: none;}
a:hover, a:active {color: #fff; text-decoration: underline;}

body * {
	font-family: Tahoma;
	color: #ababab;
}

#page_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 997;
	_width: expression((document.body.clientWidth <= 997) ? "997px" : "100%");
	_overflow-x: hidden;
	background: url(/i/intro_shade_ie_sucks.jpg) repeat-x;
	position: relative;	
}

html>/**/body #page_wrapper {overflow: hidden;}

#intro_container {
	width: 997;
	padding: 12 0 0 0;
	position: relative;
}

#intro_top {
	top: 0;
	left: -8;
	height: 12;
	width: 1013;
	background: url(/i/intro_top_back.gif);	
}

#intro_btm {
	width: 997;
	height: 67;
	background: #000 url(/i/intro_btm_back.jpg);
	position: relative;	
}

#intro_left {
	top: 12;
	left: -8;
}

#intro_right {
	top: 12;
	left: 997;
}

#intro_btm_left {
	bottom: 25;
	left: 64;
	font-size: 10;
}

#intro_btm_right {
	bottom: 25;
	right: 64;
	font-size: 10;
}

#intro_btm_link {
	top: 19;
	left: 326;
	width: 348;
	font-size: 11;
	text-align: center;
}

.Grey a:hover, .Grey a:active {color: #ababab; text-decoration: underline;}

.A5 {
	position: absolute;
	z-index: 5;
}
