body {
	background-color: #000;
	color: #fff;
	font-family: Arial;
	font-size: 80%;
}

* {
	margin: 0;
	padding: 0;
}

#window {
	width: 800px;
	margin: 50px auto;
}

#windowBorderLeft, #windowBorderRight {
	background-image: url('images/border_horiz.png');
	width: 8px;
	min-height: 450px;
	bottom: 0;
}

#windowBorderLeft { float: left; }
#windowBorderRight { float: right; }
#windowContent {
	margin: 0px 8px;
	padding: 5px;
}

#windowMiddle {
	background-image: url('images/alpha50white.png');
}

#windowTitle {
	height: 30px;
}
#windowLeftTop {
	background-image: url('images/leftTop.png');
	width: 8px;
	height: 30px;
	float: left;
}
#windowRightTop {
	background-image: url('images/rightTop.png');
	width: 8px;
	height: 30px;
	float: right;
}
#windowTitleContent {
	background-image: url('images/borderTop.png');
	height: 22px;
	margin: 0px 8px;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
}
#windowLeftBottom {
	width: 8px;
	height: 8px;
	float: left;
	background-image: url('images/leftBottom.png');
}
#windowRightBottom {
	width: 8px;
	height: 8px;
	float: right;
	background-image: url('images/rightBottom.png');
}
#windowBorderBottom {
	background-image: url('images/borderBottom.png');
	height: 8px;
	margin: 0px 8px;
}

li {
	margin-left: 20px;
}

a {
	color: #ddd;
	text-decoration: none;
}

table {
	margin: auto;
}