html{
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.sylow.be/v1.2/design/html.png);
	height: 100%;
}
body{
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top: none;
	border-right: 1px solid #333333;
	border-bottom: none;
	border-left: 1px solid #333333;
	background-color: #FFFFFF;
	height: 100%;
	background-image: url(http://www.sylow.be/v1.2/design/body.png);
	background-repeat: repeat-x;
	background-position: right bottom;
}
#ban{
	background-image: url(http://www.sylow.be/v1.2/design/ban.png);
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 97px;
}
#menu{
	width: 800px;
	margin: 0px;
	padding: 1px 0px 0px;
	background-color: #000000;
	background-image: url(http://www.sylow.be/v1.2/design/menu.png);
	background-repeat: repeat-x;
	height: 26px;
	text-align: center;
}
#menu a{
	color: #FFFFFF;
	text-decoration: none;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 10px 50px;
	font-family: "Courier New", Courier, mono;
}
#menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 10px 50px;
	background-image: url(http://www.sylow.be/v1.2/design/menuahover.png);
	background-repeat: repeat-x;
	background-position: 0px 8px;
}
#princ{
	margin: 10px;
	height: 360px;
	overflow: auto;
}
h1{
	font-size: 1em;
	padding: 4px 0px 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(http://www.sylow.be/v1.2/design/h1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 30px;
	height: 31px;
}
table, td, tr, th{
	border: 1px solid #999999;
}
table{
	width: 100%;
}
td{
	padding-left: 5px;
	font-size: 0.8em;
}
th{
	background-color: #CCCCCC;
	font-size: 0.9em;
}
#princ a{
	color: #FF0000;
	text-decoration: none;
}
#princ a:hover{
	text-decoration: underline;
}