.image {
	position:relative;
	float:left; /* optional */
}
.image .leaguediv {
	position:absolute;
	top:1070px; /* in conjunction with left property, decides the text position */
	left:130px;
	width:670px; /* optional, though better have one */
}

.leaguetable {
	font-size: 14px;
	font-family: "Comic Sans MS","Freestyle Script", Arial;
	color:#C0C0C0  ;
}

.games {
	color:#69696a  ;
}

.wins {
	color:#577d59  ;
}

.ties {
	color:#69696a  ;
}

.losses {
	color:#a35f61  ;
}

.points {
	color:#C0C0C0  ;
}


/* Games Table */
.image .game1 {
	position:absolute;
	top:1620px; /* in conjunction with left property, decides the text position */
	left:100px;
	text-align:left;
}
.image .game2 {
	position:absolute;
	top:1615px; /* in conjunction with left property, decides the text position */
	left:350px;
	text-align:left;
}
.image .game3 {
	position:absolute;
	top:1745px; /* in conjunction with left property, decides the text position */
	left:650px;
	text-align:left;
}
.image .game4 {
	position:absolute;
	top:1740px; /* in conjunction with left property, decides the text position */
	left:150px;
	text-align:left;
}
.image .game5 {
	position:absolute;
	top:1640px; /* in conjunction with left property, decides the text position */
	left:615px;
	text-align:left;
}
.gametable {
	font-family: "Comic Sans MS", Arial;
	color:#404040  ;
	text-align:	center;
}

.mapsrow {
	font-size: 12px;
}

.teamsrow {
	font-size: 18px;
}

.daterow {
	font-size: 12px;
}

body
{
   background-image: url("background.jpg");
   background-color:#52646e;
   background-repeat:repeat-x;
   padding:0px;
   margin:0px;
   font-family:Arial, Helvetica, sans-serif;
}
p
{
   text-align:center;
   padding:0px;
   margin:0px;
}
div
{
   text-align:center;
}
#forumLink {
	padding-top:5px;
	padding-bottom:30px;
}
 
#forumLink a {
	text-decoration:none;
	color:#85a4b5;
	font-size:22px;
	font-weight:bold;
}
 
#forumLink a:hover {
	color:#FFFFFF;
}