body {
	background-image: url(../images/bknd_2009.jpg); background-repeat:repeat-x;
	background-color: #1D1222;
}

a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FF6600;
}

.style2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

#backgroundbox {
	background-color: #1D1222;
	position: relative;
	margin:	0 auto;
	top: 10px;
	left: 5px;
	width: 640px;
	height:1700px;
	z-index: 1;
	}

/* home_frame */

#home_frame {
	position: relative;
	margin:	0 auto;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	top: -1669px;
	left: 5px;	
	width:560px;
/*	height:292px;  */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	z-index: 2;
	
}

#header {
	background-image:url(images/header_withtar.jpg);
	position: relative;
	margin:	0 auto;
	top: -470px;
	left: 5px;
	width:600px;
	height:140px;	
	color:#FFFFFF;
	z-index: 3;
}

/* fixes a top margin issue */
#IEroot #home_top {
	top: 1px;
}

#IEroot #home_content {
	top: -2px;
}

