body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-image:url(bg2.jpg);
	background-color:#000000;
	background-position: left;
	margin: auto;
	padding: 0px;
	border: 0px;
}
table{
height: 100%;
padding: 0;
}
td {
vertical-align: middle;
}
img {
  max-height:380px;
  height: expression(this.height > 380 ? 380: true);
}
a:link
{
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	
}

a:hover
{
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
	
}

a:visited
{
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
	
}

