/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ADACAC;
	line-height: 19px;
	background: url(images/main-bg.jpg) top center no-repeat #000000;
	margin: 0px;
}

.text
{
	color: #FFFFFF;
}

h1
{
	font-size: 19px;
	color: #E1AC40;
	font-weight: bold;
	margin-bottom: 2px;
}

.footer
{
	font-size: 11px;
	color: #ADACAC;
	font-weight: bold;
	margin-bottom: 2px;
}

A:link	{font-weight: bold; color:#E1AC40; text-decoration: none;}
A:visited {font-weight: bold; color:#E1AC40; text-decoration: none;}
A:active {font-weight: bold; color:#E1AC40; text-decoration: none;}
A:hover	{font-weight: bold; color:#E1AC40; text-decoration: underline;}
