a{
	color: #74A8CF;
}
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans; 
	font-size: 0.78em;
	background-image: url("../images/body-background.jpg");
	background-repeat: repeat-x;
}
h1, h2{
	color: #74A8CF;
	font-size: 1em;
	margin: 3px 0 2px 0;
}
h2 a{
	color: #74A8CF;
	text-decoration: none;
}
#wrapper{
	background-image: url("../images/wrapper-background.jpg");
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	width: 782px;
}
#top{
	background-image: url("../images/top-background.jpg");
	background-repeat: no-repeat;
	padding-left: 20px;
}
#sponsor{
	margin-top: 20px;
	padding: 14px;
}
#footer{
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	height: 23px;
}
#game {
	float: left;
}
#content {
	width: 450px;
	padding-left: 20px;
	text-align: justify;
	min-height: 210px;
	*height: 210px;
}
#generator {
	float: right;
	width: 270px;
	margin-top: 28px;
}
#generator a {
	color: #000000;
}
#generator h1{
	margin-bottom: 3px;
}
.generate {
	width: 150px;
}
