body {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* FONT STYLES */
.huge {
	font-size: 48px;
}
.large {
	font-size: 32px;
}
.mid {
	font-size: 24px;
}
.small {
	font-size: 10px;
}


/* DIVS */
#back {
	position: fixed;
	top: 12px;
	left: 12px;
}

#backul {
	position: fixed;
	top: 12px;
	left: 12px;
}
#backdl {
	position: fixed;
	bottom: 12px;
	left: 12px;
}
#backdr {
	position: fixed;
	bottom: 12px;
	right: 12px;
}
#backur {
	position: fixed;
	top: 12px;
	right: 12px;
}