﻿body 
{
 background-image: url('/images/background2.jpg');
 background-position: center top;
 background-repeat: no-repeat;
 background-color: #FFFFFF;
}

A.link_about:link, A.link_about:active, A.link_about:visited
{
	color: #ec1a1c;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

A.link_about:hover
{
	color: #ec1a1c;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.about_div_holder
{
	width: 220px; 
	height: 370px; 
	position: relative;
}

.about_div_link
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	text-align: center; 	
}