@charset "utf-8";
.smalltext {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.sandback {
	background-image: url(artwork/temporary/rightslice.jpg);
	background-repeat: no-repeat;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color: #666666;
	text-transform: lowercase;
	width: 100%;
}
.normaltext {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
.fullback {
	background-image: url(artwork/temporary/background.jpg);
	background-repeat: no-repeat;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color: #666666;
	text-transform: lowercase;
	width: 100%;
}
