body{
    background-color: #4C4C4C;
}

#wraper { 
	position:relative; 
	top:0px;
	left:0px;
	width:960px;
	height:900px;
	margin:auto;
}

#IRLL {
    position: absolute;
    top: 25px;
    left: 440px;
    height: 177px;
    width: 210px;
    z-index: 2;
}

#yankees {
    position: absolute;
    top: 55px;
    left: 55px;
    height: 520px;
    width: 600px;
    z-index: 1;
}

#games{
    position: absolute;
    top: 350px;
    left: 350px;
    width: 400px;
    z-index: 4;
    color: floralwhite;
}

/* unvisited link */
a:link {
    color: floralwhite;
}

/* visited link */
a:visited {
    color: floralwhite;
    text-decoration: line-through;
}

/* mouse over link */
a:hover {
    color: crimson;
}

/* selected link */
a:active {
    color: darkblue;
}