

body {
	background-color: #000000;
}
#wrap {
	width: 626px;
	margin: 60px auto 10px auto;
	border-top: 4px double #999999;
	border-bottom: 4px double #999999;
}

#left {
	float: left;
	width: 196px;
	padding-left: 18px;
	margin-top: 20px;
}
#mid {
	float: left;
	width: 167px;
	padding-left: 60px;
	padding-top: 94px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#right {
	float: right;
	width: 84px;
	padding-right: 8px;
	margin-top: 20px;
	padding-top: 294px;
}
.clear {
    clear: both;
}
#close {
	font-size: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
#close a {
	text-decoration: none;
	color: #999999;
}
