html, body {
	height: 100%;
	}

body {
	background-image: url('images/background-tile.gif');
	background-color: black;
	background-position: top left;
	background-repeat: repeat-x;
	}

#container {
	background-color: white;
	position: relative;
	min-height: 100%;
	max-width: 800px;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	margin-bottom: -20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}

#navigation {
	max-width: 800px;
	min-width: 600px;
	padding-bottom: 20px;
	}

#content {
	text-align: justify;
	}

#textlinks {
	clear: both;
	padding-top: 10px;
	text-align: center;
	}