a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.style1 {
	color: #000000;
	font-weight: bold;
	font-size: medium;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/equal.gif);
	background-repeat: repeat;
}
#main {
	background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 430px;
	height: 206px;
    margin-left: -215px; /* half of width */
    margin-top: -103px;  /* half of height */
}
#main #menu {
	height: 184px;
	margin-left: 314px;
	position: absolute;
	width: 106px;
	background-color: #84bab4;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#main #cube object {
	height: 206px;
	width: 314px;
	position: absolute;
}
#main #menu #english {
	height: 20px;
	width: 96px;
	position: absolute;
	margin-top: 45px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#main #menu #spanish {
	height: 20px;
	width: 96px;
	position: absolute;
	margin-top: 115px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
