* {
margin: 0px;
padding: 0px;
border: 0px;
}
html {
	height: 100%;
	overflow: hidden;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	color: #000000;
}
a{
	color: #000000;
}
#gameContent {
	height: 100%;
}
#soundContent {
	color: #cccccc;
	height: 19px;
	background-color: #cccccc
}
#adContent {
	text-align:center;
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: 10px;
	background-color: #cccccc
}
#downloadContent {
	width:20%;
	text-align:left;
	background-color: #cccccc;
	float: left;
}
#tributeContent {
	width:60%;
	float: left;
	text-align:center;
	background-color: #cccccc;
}
#emptyContent {
	width:20%;
	text-align:left;
	background-color: #cccccc;
	float: left;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
