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

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}
	
#bg_image {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	}
	
#scrollable {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	}
	
#content {
	width: 480px;
	position: absolute;
	top: 0px;
	left: 250px;
	background-image: url(images/whtbg2.png);
	padding: 20px;
	margin: 0px;
}

#content #smallprint {
	position: absolute;
	bottom: 10px;
}

#content #smallprint p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:3px;
	font-weight:700;
	text-transform: uppercase;
}

#content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
}

.smallprint {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

#content a {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-decoration: none;
	}
	
#content a:visited {
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-decoration: none;
	}
	
	
#contentart {
	width: 650px;
	position: absolute;
	top: 0px;
	text-align:center;
	left: 250px;
	background-image: url(images/whtbg2.png);
	padding: 20px;
	margin: 0px;
}

#contentart #smallprint {
	position: absolute;
	bottom: 10px;
}

#contentart #smallprint p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

#contentart h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:3px;
	font-weight:700;
	text-transform: uppercase;
}

#contentart p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
}

#contentart a {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-decoration: none;
	color:#666;
	}
	
#contentart a:visited {
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-decoration: none;
	}
	
.dark {
	color:#333;
}

.light {
	color:#666;
}

td {
	vertical-align:top;
}

.itatitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
	font-style:italic;
}
