html, body
{
background-image: url(bg.png);
background-repeat: repeat-x;
background-color: #efefef;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
text-align:center;
color: #111111;
margin-top: 0;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
}

/* layout setup */

.container
{
width: 800px;
margin: 0 auto;
text-align: left;
position: relative;
}

#gameContainer
{
width: 1000px;
margin: 0 auto;
text-align: left;
position: relative;
}

#menu
{
	color: white;
	font-size: 15px;
	position: relative;
	top: 6px;
}


#buttonHolder
{
	text-align: center;
}

#buttonHolderPercyPea
{
	text-align: center;
	position: relative;
	top:150px;
	clear;
}

a.button
{
	text-align: center;
	color: white;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #4f504a;
}

a.button:hover
{
	text-align: center;
	color: white;
	text-decoration: underline;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #4f504a;
}

.viewMore
{
	position: relative;
	right: 10px;
}

a.nav
{
	color: white;
	padding-right: 30px;
}

a.nav:hover
{
	color: white;
	text-decoration: underline;
	padding-right: 30px;
}

a.footer
{
	padding-right: 20px;
}

a.footer:hover
{
	padding-right: 20px;
	text-decoration: underline;
}

#topColor
{
	/* margin: 0 auto; */
	background-color: white;
	background: white;
	text-align: left;
	margin-top: 10px;
}

.whitespace
{
padding-bottom: 10px;
}

#title
{
	color: white;
	font-size: 400%;	
}

#bottomContent
{
	position: relative;
	top: 40px;
	text-align: center;
	height: 18px;
}

#top
{
	position: relative;
	/* left: 75px; */
	width: 700px;
	height: 300px;
	top: 10px;
}

#search
{
	position: absolute;
	top: 65px;
	right: 70px;
}

#underMain
{
	position: relative;
	/* left: 75px; */
	top: -5px;
}

.topGames
{
	width: 80px;
	height: 65px;
	margin-right: 26px;
}

#premium
{
	position: relative;
	top: 5px;
}

#premiumGames
{
	position: relative;
	top: 0px;
	height:270px;
}

#listGames
{
	height:550px;
}

#shortListGames
{
	height:300px;
}

#bannerAd
{
	/* text-align: center; */
	position: relative;	
	top: 20px;
	/* left: 20px; */
}

#bannerAd2
{
	margin-top: 10px;
/* 	text-align: center; */
	/* left: 20px; */
}

#bannerAdBottom
{
	height:90px;
	width: 728px;
}

#bannerAdCenter
{
	text-align: center;
	position: relative;	
	top: 20px;
}

#adSide
{
	position: absolute;
	top: 20px;
	left: 620px;
}

#other
{
	position: relative;
	top: 20px;
}

#otherGames
{
	position: relative;
	top:30px;
	height:150px;
}

.game
{
	float: left;
	padding-right: 25px;
/* 	margin-bottom: 20px; */
	height: 132px;
	width: 100px;
	/*margin-top: 10px;*/
}

.gameList
{
	float: left;
	padding-right: 10px;
/* 	margin-bottom: 20px; */
	height: 132px;
	width: 100px;
	/*margin-top: 10px;*/
}

#gameTitle 
{
	font-size: 16px;
	font-weight: bold;
	color: #4f504a;
}

#gameAdvert
{
	float:right;
	height: 250px;
	width: 300px;
	padding-left: 10px;
	clear:right;
}

#shortLine
{
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

#gameCenter
{
	text-align: center;
}

.imgHeight
{
	height:100px;
	width: 100px;
}

#simpleTooltip { padding: 7px; border: 1px solid #A6A7AB; background: #F2F3F5; }

.section 
{
height: 250px;
max-width: 650px !important;
*width: 350px; /* shows in ie7 and below*/
/*_width: 350px;  shows in ie6 and below*/
}

.picsSpace
{
border-style: none;
position: relative;
margin-top: 10px;
margin-right: 17px;
margin-left: 17px;
}

.gamePics
{
float: left;
padding-right: 10px;
padding-bottom: 10px;
width:300px;
height:240px;
clear:both;
}


#listAd
{
	float: right;
	position: relative;
	right: 40px;
	height: 265px;
	clear: right;
}

#listAdIndex
{
	float: right;
	position: relative;
	right: -30px;	
	width: 120px;
	height: 240px;
	clear: right;
}


#advertTop
{
	text-align: left;
}

/* title */

.title
{
font-size: 16px;
font-weight: bold;
color: #4f504a;
text-align: left;
}

.subTitle
{
margin-top: -15px;
font-size: 10px;
}

/* html change */

ul
{
list-style: none;
margin-left: 0px;
padding: 0px;
}

img
{
border: none;
}

a
{
color: #4f504a;
text-decoration: none;
}

a:hover
{
color: #4f504a;
/* text-decoration: underline; */
}

.ital
{
font-style: italic;
}
