.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

body {
	background-color: #101010;
	background-position:top center;
	background-image: url(images/img-bg-main.jpg);
	background-repeat: no-repeat;
}

A.type1:link    {color:#ffffff; text-decoration:underline;}
A.type1:visited {color:#ffffff; text-decoration:underline;}
A.type1:active  {color:#ffffff; text-decoration:underline;}
A.type1:hover   {color:#ffffff; text-decoration:underline;}