#envelope {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#topbar {
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
	height:192px;
}

#menu {
	position:absolute;
	left:0px;
	top:192px;
	width:200px;
	height:341px;
	font-size: 1px;
	line-height: 1px;
}
body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
#main {
	position: absolute;
	width: 560px;
	left: 200px;
	top: 192px;
}
#main_inside {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 24px;
}
h1 {
	font-size: 22px;
	letter-spacing: -0.1em;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
#footer {
	font-size: 9px;
	text-align: right;
	padding-right: 16px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFCCCC;
}
