@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	margin-top: 0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:center;
	font-family:Verdana, sans-serif;
	}

td img {
	display: block;
	border:none;
	}

a {
	color:#FC0;
	text-decoration: none;
	border:none;
	}

.byfooter {
	width:740px;
	height:20px;
	background-color:#000;
	color:#CCC;
	font-size:10px;
	padding:15px 10px 5px 40px;
	}
