* {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	padding: 15px 0 10px 0;
}

body {
	font-family: Tahoma, FreeSans;
	font-size: 9pt;
	
	background-image: url("images/bodybg.png");
	background-repeat: repeat-x;
	background-color: #000;
}

#header {
	width: 400px;
	height: 200px;
	
	float: left;
	position: absolute;
	
	top: 20px;
	left: 20px;
	
	background-image: url("images/header.png");
}

#peek {
	margin: 20px;
	padding: 20px;
	
	text-align: justify;
	
	background-image: url("images/pixel.png");
	
	color: #222;
}

#wrapper {
	width: 600px;
	
	padding-left: 100px;
	
	margin: 50px auto;
}

#numbertext {
	font-size: 350%;
	font-weight: bold;
	
	text-align: center;
	
	padding: 20px;
}

#numberinputframe {
	text-align: center;
}

#statistics {
	padding: 20px 0;
}

#statistics table td {
	width: 200px;
	
	color: #555;
	
	text-align: center;
	
	font-weight: bold;
	font-size: 9pt;
}

#numberinput {
	width: 220px;
	height: 120px;
	
	padding: 10px;
	
	font-size: 90px;
	font-weight: bold;
	
	text-align: center;
	
	border: 0;
	background: transparent;
	background-image: url("images/pixel.png");
}

#numbers {
	width: 540px;
	height: 400px;
	
	background-image: url("images/pixel.png");
	
	color: #222;
	
	padding: 20px 30px 10px 30px;
	
	overflow: auto;
}

#footer {
	text-align: center;
	
	font-size: 7pt;
	font-weight: bold;
	
	color: #AAA;
	
	padding: 10px;
}

a:link, a:visited {
	color: #EEE;
}

a:hover, a:active {
	color: #AAA;
}

p {
	padding-bottom: 1em;
}

#numbers a:link, #numbers a:visited {
	color: #222;
}

#numbers a:hover, #numbers a:active {
	color: #FFF;
}
