html {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	text-transform: uppercase;
	color: #e1e1e1;
	background:url('img/bg.gif') top left repeat-x #474646;
  }

a { color: #e1e1e1; text-decoration: none; }
a:hover { color: #fff; }
a img { border:0; }

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

#branding {
	background:url('img/branding.gif') top left no-repeat;
	width: 516px;
	height: 366px;
	text-align: center;
	margin: 100px auto;
}

#games {
	text-align: right;
	float: left;
	margin: 84px 0 0 70px;
	padding-top: 44px;
	width: 150px;
	background:url('img/games.gif') top right no-repeat;
}

#bookmovie {
	text-align: left;
	float: right;
	margin: 78px 20px 0 0;
	padding-top: 50px;
	width: 200px;
	background:url('img/bookmovie.gif') top left no-repeat;
}

#games:hover {
	background:url('img/games_over.gif') top right no-repeat;
}

#bookmovie:hover {
	background:url('img/bookmovie_over.gif') top left no-repeat;
}

#buttons {
	position: relative;
	top: 250px;
}

#buttonTable {
	text-align: center;
	margin: 20px auto;
}