body {
	background-color: #170900;
	margin: 0px;
	padding: 0px;
}

a img {border:none;}

.introTopCenter {
	background-image: url(images/introduction/home_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.introMiddleRight {
	background-image: url(images/introduction/home_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.introMiddleLeft {
	background-image: url(images/introduction/home_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.introBottomCenter {
	background-image: url(images/introduction/home_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
}
.introTopRight {

	background-image: url(images/introduction/home_right_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.introTopLeft {


	background-image: url(images/introduction/home_left_top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.introBottomLeft {

	background-image: url(images/introduction/home_left_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
}
.introBottomRight {


	background-image: url(images/introduction/home_right_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

.introBottomContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f2610;
	text-align: center;
}
.introBottomContent a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #afd621;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.introBottomContent a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #afd621;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.introBottomContent a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #afd621;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

