* {
	padding: 0;
	margin: 0;
	}

html, body {
	color: #fff; 
	font-family: Tahoma, sans-serif; 
	background: #0D0522;
	}

h1 {
	text-align: center;
	margin: auto;
	}

#container {
	width: 800px;
	height: 100%;
	background: url(images/slice.png) repeat-y;
	margin: auto;
	}

#top {
	background: url(images/top.png) no-repeat;
	width: 755px;
	height: 80px;
	clear: both;
	}

#main {
	width: 563px;
	background: url(images/main.png) no-repeat;
	float: left;
	}

#content {
	width: 100%;
	padding-left: 75px;
	}

#content dt {
	font-weight: bold;
	}

#content dd {
	padding-left: .25em;
	padding-bottom: .5em;
	}

#side {
	width: 192px;
	height: 215px;
	background: url(images/side.png) no-repeat;
	float: left;
	padding-left: 30px;
	}

#side ul {
	padding: 0;
	}

#side li {
	list-style-type: none;
	padding: 1em 0 0 .5em;
	}

#side li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}
	
#side li a:hover {
	text-decoration: underline;
	color: #00ff00;
	}

#bottom {
	width: 755px;
	height: 115px;
	clear: both;
	background: url(images/bottom.png) no-repeat;
	}

