
html, body {
    background-color: #FFFFFF;
}

#global {
    margin:auto;
	width:400px;
    padding-top: 10px;
}

#gameEntry {
	display:block;
	background-color: #CCCCCC;
	height: 100px;
	border: 1px solid #CCCCCC;
}

#gameEntry:hover {
	background-color: #FFFFFF;
	border: 1px solid black;
}

#gameIcon {
	float:left;
	margin: 9px;
}

#gameTitle {
	float:right;
	height: 100px;
	width:280px;
	margin-left:20px;
	line-height: 100px;
	font-size:30px;
	font-family:sans-serif;
	color:#404060;
}

#contact {
    position : absolute;
    width:200px;
    left:50%;
    bottom: 30px;
    text-align: center;
    margin-left: -100px;
    font-family: sans-serif;
    font-size: 15px;
}

a:link, a:visited {
    color:#404080;
    text-decoration: none;
}

a:hover, a:active {
    color:#404080;
    text-decoration: underline;
}
