body
{
	background-image: url('images/bg1.jpg');
	background-position : 0 0;
	background-repeat : no-repeat;
	background-color : black;
}

#bodyDiv
{
	width : 750;
	text-align : center;
	position : absolute;
	top : 320;
	left : 20;
}

td
{
	background-color : #000000;
	border-color : white;
	border-width : 1;
	border-style : outset;
	width : 130;
}

a:link
{
	color : white;
	font-weight : bold;
	font-face : verdana;
	font-size : x-small;
	text-decoration : none;
}

a:visited
{
	color : white;
	font-weight : bold;
	font-face : verdana;
	font-size : x-small;
	text-decoration : none;
}

a:hover
{
	color : yellow;
	font-weight : bold;
	font-face : verdana;
	font-size : x-small;
	text-decoration : none;
}

#mailLink
{
	color : red;
     
	
}