body {
	font-family: "Century Gothic", Arial;
	font-size: 2em;
	color: #666666;
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 700px;
}
#bgimg {
	background-image: url(../images/lego.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 374px;
	width: 280px;
	text-align: center;
	margin: auto;
	padding: 0px;
}
a:link {
	color: #9abd1e;
}
a:visited {
	color: #9abd1e;
}
a:hover {
	color: #5E750D;
	text-decoration: none;
}
a:active {
	color: #9abd1e;
}

