html,body
{
	background-image: url('../images/btfv_bg.png');
	background-repeat: repeat-x;


	font-family: georgia;

}

div#menu
{
 margin-top: -50px;
 color: #999;
}

div#menu a
{
 color: #666;
 text-decoration: none;
}

div#menu a:hover
{
 text-decoration: underline;
}


table tr td a img
{
	border: solid 1px #ff00ff;
	margin: 2px;
}

div#header
{
	text-align:center;
	margin: 20px 0 30px;
	height: 100px;
}

td h1
{
	font-size: 16px;
}

div#container
{
	width: 980px;
	text-align: justify;

}

div#container a img
{
	border: solid 1px #ff00ff;
}
