body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 12px	
}
.gameAds
{
	width:560px;
	height:320px;
}
h1 {
        font-size: 35px;
        margin-bottom: 0px
}
.menu {
	margin-top: 0px;
	margin-bottom: 40px
}
h2 {
	font-size: 20px;
	
}
.wrapper {
        width: 884px
}
.gametile {
	width: 440px;
	float: left;
        border: solid 1px black
}
.img {
        width: 155px;
        height: 155px;
	float: left;
	position: relative;
	margin: 10px !important;
	margin-left: 5px;
	margin-bottom: 0px;
    border: solid 1px black
}
.ic {
	width: 250px;
    height: 155px;
	float: left;
	position: relative !important;
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
    border: solid 1px black
}
.ic strong {
    font-size:16px
}
.description {
    width: 600px;
    margin:20px
}

object {
  display: block;
  border: 1px solid black;
  margin: auto;
  margin-top: 20px
}