﻿body
{
	margin: 0px;
	background-color: #c0b994;
}
#Page
{
	position:absolute;
	top:50%;
	left: 50%;
	width: 950px;
	height: 580px;
	margin-top: -290px;
	margin-left: -475px;
}
#Content
{
	background-image: url(/images/backgrounds/bg_default.jpg);
	position: relative;
	text-align: center;
	width: 950px;
	height: 580px;
}
#HTML
{
	position: relative;
	text-align: left;
	top: 110px;
	left: 60px;
	width: 380px;
	height: 400px;
	margin-right: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.Title
{
	font-size: 160%;
	font-weight: 700;
	color: #8fd02a;
	text-align: center;
	margin-bottom: 10px;
}
.SubTitle
{
	font-size: 120%;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 10px;
}
HR
{
	background-color: #8fd02a;
	border: none;
	color: #8fd02a;
	height: 1px;
	width: 390px;
	padding: 0px;
}
.HRLine
{
	padding-top: 10px;
	height: 25px;
}
a
{
	color: #8fd02a;
	text-decoration: underline;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
