@charset "UTF-8";

body {
	color: #FFFFFF;
	background-color: #C3CDC5;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}	
a:hover {
	text-decoration: line-through;
	color: #FFFFFF;
}
	
#menu {
	width: 170px;
	margin-left: 16px;
	margin-top: 19px;
}

.menu_list {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 3px;
	padding-bottom: 4px;
}

#eyeball {
	margin-top: 90px;
}

#logo {
	margin-top: 38px;
}

.cubes {
	position: absolute;
	left: 0px;
	margin-top: -10px;
}

