﻿body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS';
}

#bodydiv {
	text-align: center;
	border:0;
}

#contents {
	margin-left: auto;
	margin-right:auto;
}

#sections {
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.square {
	width: 112px;
	height: 112px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.square2 {
	width: 460px;
	height: 560px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

.fade {
	height: 110px;
	width: 112px;
}

.icon {
	left: 0px;
	top: 0px;
	position: absolute;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	cursor: pointer;
}
