wrapper{
  padding-bottom: 1px;
  background: url(myBorderImage.png) bottom left;
}

td, tr
{
	margin: 0;
	padding: 0;
}

html, body
{
	margin: 0;
	padding: 0;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family: Arial;
}

#menue
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#menue:hover
{
	text-decoration:underline;
}