body {
	color: #000000;
	background-color: #eeeeee;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
	margin-bottom: 5px;
	}

div.homepageContent {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 10px 20px 20px 20px;
	display: block;
}

img.featured {
	float: left;
	border: 0px;
	margin-top: -3px;
	margin-left: -1px;
}

div.featured {
	position: relative;
	left: 50%;
	margin: 0px 0px -8px -367px;
	width: 742px;
}

div.featuredGame a { background: transparent url('../images/homepage/frankfurther_big.png') no-repeat; }
div.topGame a { background: transparent url('../images/homepage/gameroom_small.png') no-repeat; }
div.bottomGame a { background: transparent url('../images/homepage/shaveme_small.png') no-repeat; }

div.featuredGame a {
	background-position: 0px 0;
	margin: -6px 0px 0px 1px;
	display: block;
	float: left;
	width: 559px;
	height: 361px;
	z-index: 10;
}

div.topGame a , div.bottomGame a {
	background-position: 0px 0;
	margin: -5px 0px 1px -8px;
	display: block;
	float: left;
	width: 183px;
	height: 183px;
	z-index: 10;
}

div.featuredGame a:hover {
	background-position: -559px 0;
} 

div.topGame a:hover , div.bottomGame a:hover {
	background-position: -183px 0;
} 

div.twitterBox {
	float: left;
	margin: 5px 18px 0px 20px;
}

div.facebookBox {
	float: left;
	margin: 15px 18px 5px 18px;
}