html, body
{
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0;

	color: #000;
	background-color: #FFF;
	background-image: url('bg.png');

	text-align: center;
	font-family: arial;
	font-weight: bold;
}
div#sivu
{
	background-color: #87D9FF;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	min-width: 700px;
	position: relative;
	min-height: 100%;
}
div#logo
{
	width: 100%;
	padding-top: 50px;
	background-color: transparent;
	background-image: url('bg.png');
	padding-bottom: 20px;
}
div#nav
{
	width: 100%;
	background-color: #38A683;
}
div#sis
{
	background-color: transparent;
	width: *;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
}
div#foo
{
	background-color: #38A683;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 20px;
}
ul#n
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.nl
{
	display: inline;
}
.navb
{
	margin-left: 5%;
	color: black;
}
span.r
{
	color: red;
}
span.y
{
	color: black;
	font-weight: bold;
	font-style: italic;
}
img.th
{
	float: right;
	border: none;
}
img.th2
{
	float: right;
	position: relative;
	top: 4px;
	border: none;
}
img.t
{
	float: left;
	border: none;
}
img.tc
{
	border: none;
	margin-left: 100px;
	margin-top: 30px;
}
img.tc2
{
	float: right;
	position: relative;
	right: 20px;
	border: none;
}