body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}

#wrapper {
	width: 100%;
	text-align: center;
}
#content {
	position: absolute;
	width: 520px; 
	left: 25%;
	background-color: #000;
	padding: 1em;
	text-align: center;
	color: #75A275;
}
#content-solo {
	/* position: absolute; */
	/* width: 1000px; */
	/* left: 25%; */
	background-color: #000;
	padding: 1em;
	text-align: center;
	color: #75A275;
}
a {
	text-decoration: none;
}
table {
	text-align: center;
}
td { text-align: center; }
.menu {
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.size-choices { color: #75A275; }
.size-choices a { color: #FFF; }
.size-choices a:hover { color: #ED0906; }

