         /*Game section*/
#game
{ 
   padding:5px;
   margin-bottom: 10px; 
   background-color: #F4F9FD;
   border: 1px solid #848686;
}
#game h3
{
 text-align: center;
}
#game p
{ 
text-align:center;
}
#game .Add_top
{
 width:728px;
 margin-top: 12px ;
 margin-left: auto ;
 margin-right: auto 
}
#game .Add_bottom
{
 width:728px;
 margin-bottom:12px;
 margin-top: 40px ;
 margin-left: auto ;
 margin-right: auto
}