* { margin: 0; }

.three {
	background-repeat: no-repeat;
	height: 18px;
	background-image: url(images/c.jpg);
}

.two {
	background-repeat: repeat-y;
	padding: 10px;
	text-align: center;
	background-image: url(images/b.jpg);
}
h2 {
	font-size: 170%;
}

.one {
	background-image: url(images/a.jpg);
	background-repeat: no-repeat;
	height: 18px;
}

.glue {
	width: 760px;
	margin: auto;
	text-align: center;
}
body {
	font-family: "Comic Sans MS";
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
}
h1 {
	font-size: 200%;
}
.minime {
	font-size: 60%;
}

p {
	margin: 10px 2px;
	font-size: 160%;
}
.info:link {
	color: #CCCCCC;
	text-decoration: none;
}

.biggiesmallz {
	font-size: 250%;
}

.goon {
	text-align: center;
}
.leftim {
	float: left;
	padding: 5px;
	clear: left;
}
.clrclear {
	clear: both;
}

.goon img {
	border: 2px #F39938 solid;
	color: #F39938;
}

a:link { color: #FFFF00; }
a:visited { color: #CCFF66; }
a:hover { color: #FFFFFF; text-decoration: none; }
