html{
	height: 98%;
}
body{
	background-image: url("BG.png");
	background-repeat: repeat;
	font-size: 100%;
	background-color: black;
	color: white;
	height: 100%
}

a:link {color: #FFFFFF; text-decoration: underline; }
a:active {color: #FFFFFF; text-decoration: underline; }
a:visited {color: #FFFFFF; text-decoration: underline; }
a:hover {color: #FFFFFF; text-decoration: none; }

p{
	font-family: "Verdana", sans-serif;
	font-size: 1em;
	color: white;
	padding: 30px;
}

table, th, td{
	padding: 0px;
	spacing: 0px;
	border: 0px;
}

table{
	width: 100%;
	height: 100%;
}

img{
	float:left;
}