/* CSS Document */

#available{ 
	background-color:#015CA0;
	width:780px;
	height:115px;
	margin:0px auto 0px auto;
	border-radius:10px;
}
.game{float:left;
margin-top:8px;
margin-left:25px;
margin-right:25px;
width:80px;
height:100px;
}
#hot{ width:160px;
height:20px;
border:medium #015CA0 solid;
border-bottom:none;
border-top-right-radius:10px;
border-top-left-radius:10px;
text-align:center;
margin:0px auto 0px auto;
padding-top:3px;
font-weight:bold;
}