#master {
	height: 601px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 50px;
}
* {
	margin: 0px;
	padding: 0px;
}
#toplag {
	position: absolute;
	height: 160px;
	width: 135px;
	left: 0px;
	top: 0px;
}
#bundlag {
	background-color: #F9F;
	position: absolute;
	height: 128px;
	width: 800px;
	top: 473px;
	left: 0px;
}
#sidebar {
	background-color: #718D99;
	position: absolute;
	height: 420px;
	width: 100px;
	top: 32px;
	left: 15px;
	margin-top: 0px;
	margin-left: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 10px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #000;
	margin-top: 0px;
	margin-left: 0px;
}
a:visited {
	font-weight: normal;
	color: #930;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
a:active {
	font-weight: bolder;
	color: #09F;
	text-decoration: none;
}

