@charset "utf-8";
html, body {
	background-color: #333333;
	background-image: url(img/bg_ninja.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	
	/* for full centering alignment */
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

html {display:table;}
body {
	display:table-cell;
	vertical-align:middle;
}
#body {
	max-width:50em;
	margin:0 auto;
}

a:link {
	text-decoration: none; color: #CCC;
}
a:visited {
	text-decoration: none; color: #CCC;
}
a:active {
	text-decoration: none; color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}


table{
	border-collapse:collapse;
}

td{
	border:1px solid #999;
	background-color: #333;
}

th{
	color: #333;
	background-color: #CCC;		
}
