* {margin:0;padding:0}
:focus {outline: 0;}

html,body{height:100%;width:100%;}
body {
	background-color: #181818;
	text-align:center;
	min-height:468px;
	min-width:552px;
	font-family: Helvetica, Arial, sans-serif;
}
a { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: none; }

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	text-align: center;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 468px;
}
#inner {
	width: 552px;
	background: #020202;
	color: #FFFFFF;
	height: 468px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
}
#inner table{
	width: 100%;
	height: 80%;
	color: #FFFFFF;
}
th.title {
	height: 1%;
	font-size: 2.5em;
}
th.subtitle {
	height: 1%;
	font-size: 0.7em;
}
tr.spacer {
	height: 25%;
}
tr.boxes {
	height: 55%;
	text-align:center;
}
td#box1,td#box2,td#box3,td#box4 { 
	vertical-align: bottom; 
	text-align: center; 
	width: 25%; 
	font-weight: bold;
	font-size: 1.4em;
	cursor: pointer;

}
td#box1 { background-color: #AA1111; }
td#box2 { background-color: #6A0B0B; }
td#box3 { background-color: #6A0B0B; }
td#box4 { background-color: #AA1111; }

.link {
	width: 100%;
	background-image: url(img/pixel.png);
	text-align: center;
	cursor: pointer;
}
#footer {
	color: #9F9F9F;
	font-size: 0.6em;
	text-align: center;
	width: 552px;
	margin: 0px auto;
}
.preload { display: none; }
.stuff1,.stuff2 { width:100%; margin: 3px 0px; padding: 2px 0px;font-weight:bold; cursor: pointer;}
.stuff1 { background-color: #AA1111; }
.stuff2 { background-color: #6A0B0B; }
#stuffbox { padding:0px 5px; }
.link2 {
	background-image: url(img/pixel.png);
	padding: 4px;
	cursor: pointer;
}