BODY
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-position: center center;
	background-repeat: repeat-y;
	background-color: #424242;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
}
#centerme
{
	border: 0px dashed #CCCCCC;
	width: 950px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -300px;
}
#content
{
	width: 950px;
	height: 600px;;
	text-align: center;
	border: 0px solid green;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#content H1
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
	background-color: ##FFFFFF;
}
#content P
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: small;
	font-weight: normal;
}
#content A
{
	color: #FFFFFF;
	background-color: ##FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#content A:hover
{
	color: #FFFFFF;
	background-color: ##FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
