body {
	margin: 0px;
	padding:0px;
	background-image:  url(../bgtop.jpg); background-repeat:repeat-x;
}

#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 686px;
	text-align: center;
}

#code {
	background:  url(../img/bgcode.gif);
	background-color: #FFFCFC;
	border: 1px solid #F0F0F0;
	border-left: 6px solid #990000;
	color: #555;
	display: block;
	font-size: 13px;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
#top {
	margin: 0px auto;
	width: 686px;
	height: 96px;
	background:  url(../topbar.jpg) no-repeat
}
#middle {
   	background:  url(../middle.jpg) no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto; 
}
#bottom {
	margin: -100px auto 0px;
	width: 686px;
	height: 106px;
	background:  url(../topbar.gif) no-repeat;
	clear: left;
}