#menu {
	display:none; }

#content .container #page {
	width:100%; }

#aside {
	display:none; }

table {
	margin:20px auto; }

table tbody td {
	border:1px dashed #888888;
	text-align:center;
	max-width:50%;
	min-width:50%;
	width:50%; }

button.button {
	text-decoration:none;
	border-radius:5px;
	display:block;
	width:240px;
	background:#006699;
	border:none;
	margin:0 auto 10px;
	padding:10px 0;
	font-size:18px;
	color:#ffffff; }

button:hover {
	opacity:0.7; }

button.button.another {
	background:#66CC99; }

a:hover {
	text-decoration:none; }

#navi > .container > ul > li {
	border-bottom:none; }
