body {
	margin: 0;
	padding: 0;
	font-family: arial, serif;
	font-size: 13px;
	background-color: #eee;
	color: #555;
text-decoration: none;
}


#wrapper {
	bottom: 50%;
	right: 50%;
	position: absolute;
}

#cube {
	left: 50%;
	position: relative;
	top: 60%;
	text-align: center;
}

li {
	list-style-position: inside;
}

ul#center {
	/*padding-left: 0px;*/
}

a:link {
color: #555;
text-decoration: none;
}

a:hover {
color: #97be0d;
}

