@charset "UTF-8";
html, body {
	background-color: #000000;
	text-align: center;
	height: 100%;
}
.container {
	width: 1000px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	height: 750px;
	position: absolute;
	top: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	background-position: center center;
	right: auto;
	bottom: auto;
	font-size: 36px;
	font-style: normal;
	line-height: 15px;
	background-image: url(../images/bgtexture_boxes.png);
	left: 15em;
}
.box1 {
	z-index: 3;
	height: 300px;
	width: 267px;
	overflow: hidden;
	position: absolute;
	left: 3.9em;
	right: auto;
	color: #FFF;
	text-align: left;
	font-size: 16px;
	font-style: normal;
	top: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	bottom: 3.9em;
}
.box2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	height: 300px;
	width: 267px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	bottom: 61px;
	left: 362px;
	text-align: center;
}
.box3 {
	z-index: 3;
	height: 300px;
	width: 267px;
	overflow: hidden;
	position: absolute;
	left: 41.5em;
	right: auto;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	top: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	bottom: 3.9em;
}
p2 {
	color: #999;
	text-align: left;
	z-index: auto;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	font-variant: normal;
	color: #FFF;
}
a:hover {
	font-weight: bold;
	color: #FFF;
}
.black {
	color: black!important;	
}
.black:visited {
	color: black!important;	
}

.black:hover {
	color: black!important;
	text-transform: lowercase;
}
.gray {
	color: #666;
}
.gray:visited {
	color: #999;
}

.gray:hover {
	color: #666;
	text-transform: lowercase;
	font-weight: bold
}
.credit {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	float: left;
	height: 15px;
	width: 1000px;
	bottom: -2em;
	position: absolute;
}
