﻿body 
{
	background-image: url('images/main_background_repeat.png');
	background-position: center;
		background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #1E1E1E;
	margin-top: 0px;
	text-align: center;
}
a
{
	text-decoration: none;
	color: #666666;
}
a:hover
{
	color: #00A650;
}