﻿a {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FFFFFF;
}
#centerblock {
	border-color: #9D9D9D;
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #575757;
	position: absolute;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	height: 400px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
#inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 200px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	border: 2px solid #D2D2D2;
	clear: both;
}
#text {
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant: small-caps;
	color: #FFFFFF;
	padding-bottom: 3px;
}
#text2 {
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	width: 30px;
	height: 20px;
	right: 40%;
	left: 40%;
	top: 18%;
	z-index: 200;
	font-weight: bold;
	clear: both;
}
#bc {
	padding: 10px;
	border: 1px solid #C6C6C6;
	margin: 30px auto 30px auto;
	font-family: arial, Helvetica, sans-serif;
	width: 400px;
	height: auto;
	clear: both;
	vertical-align: top;
	text-align: left;
	color: #FFFFFF;
	font-size: small;
}

