html, body{
  width: 100%;
  height: 100%;
}
body { 
			background-image: url(../images/bg.jpg) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
  
}

div, body{
  margin: 0;
  padding: 0;
  font-family: exo, sans-serif;
  
}
.wrapper {
  height: 100%; 
  width: 100%; 
}

.play img {
    position: absolute;
    margin: auto;
    top: 32%;
    left: 0;
    right: 1%;
    bottom: 0;
}



a:link, a:visited {
color: white;
font-size: 14px;
}


.logo img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 35%;
}


#dis_img{
border: 1px solid red;
width:490px;
height: 420px;
}

#title{
font-weight:bold;
font-size: 46px;
}

#gamedes{
font-size: 45px;
}

#gamename{
font-weight:bold;
font-size:50px;
}

#currgame{
width:97%;
border: 3px solid rgb(190, 188, 188);
}

tr{
border-bottom: 1px solid black;
}
td{
text-align: center;
}

h3{
	font-size: 45px;
}

#playlink{
display: inline-block;
height: 38px;
margin-bottom: 15px;
font-size:25px;
width:160px;
text-decoration: none;
color:white;
background-color:#09b1d8;

}



#mainlink{
display: inline-block;
height: 90px;
margin-top: 25px;
font-size:25px;
width: 100%;
text-decoration: none;
color:black;
background-color:#098500;
}

#moregames{
width:97%;
border: none;
font-family: arial;
font-size: 13px;
text-align: center;
}
