body {
	font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	background-color: #6cf;
	background-image: url(../Images/MainBackground.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-size:12px;
	background-position: center top;
}

h1 {
	color: #06c;
	font-weight:bolder;
	margin-top:0px;
}

.GameBox 
{
    /* display:inline; */
    margin-left: auto;
    margin-right: auto;
}

/* Game Information*/
.MultipointContent{
	vertical-align:top;
	height: 293px; /* 331px; */
	color: #666;
	font-size: 16px;
	text-align: left;
	width: 243px;
	padding-top: 10px;
	float: left;
	display: inline;
	clear: none;
}

.Multipoint_Description 
{
    height: 60px;
}    

.Att_Empty 
{
    float: left;  
    width: 25px; 
    height: 25px;
}



/* Play Button */
a.ovalbutton{
	background: transparent url('../Images/PlayButtonCap.png') no-repeat bottom left;
	display: block;
	float: left;
	font-size: 18px;
	text-align:center;
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 41px; /* Height of button background height */
	padding-left: 24px; /* Width of left menu image */
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #ffffff; /*button text color*/
}

a.ovalbutton span{
	background: transparent url('../Images/PlayButtonMain.png') no-repeat bottom right;
	display: block;
	padding: 4px 24px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
	background: transparent url('../Images/PlayButtonCapOver.png') no-repeat bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
	background: transparent url('../Images/PlayButtonMainOver.png') no-repeat bottom right;

}

.buttonMultipoint{ /* Container you can use to surround a CSS button to clear float. Adjust padding to center button*/
	overflow: hidden;
	width: 100%;
	margin: 15px auto 15px auto;
	padding: 30px 50px 50px 50px;
	vertical-align:bottom;
}

/* Game Box */
.Attribute1{
	background-image:url(../Images/GameBoxTopLeft.png);
	background-repeat:no-repeat;
	height:14px;
	width: 14px;
	}
	
.Attribute2{
	background-image:url(../Images/GameBoxTop.gif);
	background-repeat:repeat-x;
	width: 270px;
	height:14px;
	}

.Attribute3{
	background-image:url(../Images/GameBoxTopRight.png);
	background-repeat:no-repeat;
	height:14px;
	width: 15px;
	}
	
.Attribute7{
	background-image:url(../Images/GameBoxBottomLeft.png);
	background-repeat:no-repeat;
	height:14px;
	}
	
.Attribute8{
	background-image:url(../Images/GameBoxBottom.gif);
	background-repeat:repeat-x;
	width: 270px;
	height:14px;
	}

.Attribute9{
	background-image:url(../Images/GameBoxBottomRight.png);
	background-repeat:no-repeat;
	height:14px;
	}
	
.Attribute5{
	background-image:url(../Images/GameBoxMain.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	background-position:bottom;
	width: 780px;
	padding-left: 5px;
	padding-right: 5px;
}

.Attribute4{
	background-image:url(../Images/GameBoxLeftBorder.gif);
	background-color:#fff;
}

.Attribute6{
	background-image:url(../Images/GameBoxRightBorder.gif);
	background-color:#fff;
	background-position: top right;
}

.multipoint_name 
{
     color: #39c;
     font-weight: bold;
}

/* More Games */
#FootMenu
{
	clear: both;
}
.LeftModule {
	float: right;
}
.RightModule {
	float: left;
}


#FooterButtonWrapper
{
     margin:0px;
     margin-left: auto;
     margin-right: auto;
     width: 700px
}

.FooterLinks 
{
    float: left;
    display: inline;
    clear: none;
    padding: 5px 10px 15px 10px;
}

.MoreMenu
{
	width: 746px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.MoreGames{
	color: #fff;
	font-size: 16px;
	vertical-align: bottom;
	line-height: 50px;
	float: none;
	padding-right: 15px;
	clear: both;
}

.MoreImages
{
    float: right;
}

/* footer */
.footer a:hover{
	color: #7ad126;
}

.footer { color: #639830; }

.footer a:visited{
	color: #2f5808;
}

.divider
{
    clear: left;
    padding-top: 10px;
}

.TrackingCode 
{
      display: none;
      visibility: hidden;
}
.MiddleModule {
	width: 746px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

