html,
body {
	min-height: 100%;
	margin: 0;
	padding: 0;
}

html,
body,
th,
td {
	font-size: 10px;
	line-height: 18px;
}

html {
	overflow-y: scroll;
	background-image: url("../gfx/background.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* --- Page -------------------------------- */

div.page {
   position: relative;
	height: 100%;
	width: 636px;
	margin: 0 auto;
}

/* --- Navigation -------------------------- */

div.page-navigation img {
	border-width: 0;
	border-style: none;
	vertical-align: bottom;
}

div.page-navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.page-navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.page-navigation ul li a img {
	border-width: 0;
	border-style: none;
	vertical-align: bottom;
}

/* --- Content ----------------------------- */

div.page-content {
	padding: 0.6em 1em 70px 1em;
	text-align: justify;
}

div.page-content img {
	border-width: 1px;
	border-style: solid;
	border-color: #005DAB;
}

/* --- Content ----------------------------- */

input.button {
	border-width: 1px;
	border-style: outset;
	border-color: #005DAB;
	color: #FFFFFF;
	background-color: #005DAB;
}

div.tip {
	float: right;
	margin-right: 12px;
}

div.tip img {
	display: block;
}
