html, body, #container{
	height:			100%;
}

body{
	background:		#333 url(../img/tile.jpg);
	margin:			0;
	padding:		0;
	overflow:		hidden;
	color:			#fff;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
}

a{
	color:			#fff;
	text-decoration:none;
}

img {
	border:			none;
}