.thumbs{
    position; relative;
    width: 250px;
    height: 220px;
    margin: 0px 0px;
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

img
{
    border: none;
}

body{
background-image:url('../greenspaces/images/IMG_0055.JPG');
background-position: center top;
background-size: 70px;
}

#title{
left:5px;
top:300px
width: 200px;
height: 400px;
}

#hate{
left: 1px;
top: 430px;
width: 65px;
height: 180px;
position: absolute;
}

h2{
position:absolute;
top:70px;
left:340px;
}


#wrapper{
margin:auto;
width:1200px;
height:200px;
padding:0px;
text-align: center;
position: relative;
font-family: cambria;
}

.thumbs img{
width: 250px;
height: 248px;
margin: 0px;
}

.rank{
position: absolute;
top: 20px;
right: -5px;
}

.rank img{
width: 80px;
height: 90px;
}

#thumbnail-container{
position:absolute;
top:-410px;
left:58px;
}

.imagehover p {
color: #fff;
}

.imagehover p:hover {
color: #000;
}

#gamestart {
	position:absolute;
	width: 100%;
	height: 200%;
	top: 0px;
	left: 0px;
	color: #000000;
	opacity: 0.8;
	background-color: black;
	color: white;
	z-index: 98;
}
	
#text{
	text-align: center;
	width: 1024px;
	height: 768px;
	font-size: 30px;
	position: relative;
	top: 5%;
	margin: auto;
	z-index: 99;
}

#startimg{
position: relative;
top: 25%;
z-index: 99;
cursor: pointer;
}

#confirm{
	width: 400px;
	height: 200px;
	background-color: #F0EBEB;
	border: 1px solid black;
	font-family: helvetica, arial, sans-serif;
    position: absolute;
    top: 240px;
    left: 312px;
    display: none;
}

#confirm h2, #confirm p{
	padding-left: 20px;
	padding-right: 20px;
}

#confirm h2{
	font-size: 30px;
	margin-bottom: -10px;
    position: relative;
    top: 0px;
    left: 0px;
}

#confirm p{
	font-size: 25px;
}

#confirm button{
	font-size: 25px;
	margin-top: -10px;
    border: 1px solid black;
    cursor: pointer;
}

#confirm_ok{
    margin-right: 210px;
    margin-left: 20px;
    background-color: #42F072;
}

#confirm_cancel{
    background-color: #F00004;
}

