body {
	height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 520px;
	height: 350px;
	margin-top: -225px;
	margin-left: -260px;
	z-index: 2;
}
#header {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	position: absolute;
	top: 0px;
	padding-top: 6px;
	padding-left: 12px;
	padding-bottom: 6px;
	visibility: hidden;
}
#header p {
	margin: 0;
	font-size: 16px;
	text-align: left;
	color: #333333;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 9px;
}
#header a {
	color: #333333;
	text-decoration: none;
}
#header a:link, #header a:visited, #header a:hover, #header a:active  {
	color: #333333;
	text-decoration: none;
}
#sidebar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 46px;
	visibility: hidden;
}
#sidebar p {
	margin: 0 0 12px;
}
#sidebar a {
	width: 120px;
	padding: 0 10px;
}
#sidebar a:link, #sidebar a:visited  {
	color: #fff;
	display: block;
	background-color: #333333;
	border: 1px solid #eee;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active  {
	background-color: #FFFFFF;
	border: 1px solid #666;
	color: #333333;
}
#footer {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	visibility: hidden;
}
#footer p {
	margin: 0;
	text-align: right;
	color: #333333;
	font-size: smaller;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#down {
	width:97%;
	color: #333333;
	position: absolute;
	bottom: 0 !important;
	padding: 20px;
	font-size: 10px;
	z-index: 1;
	visibility: hidden;
}
#down p {
	color: #333333;
	font-size: 10px;
}
#down a:link, #down a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	}
#down a:hover, #down a:active {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	font-size: 10px;
	}
#start1 {
	background-color: #FFFFFF;
	position: absolute;
	top: 53%;
	padding-top: 6px;
	padding-left: 12px;
	padding-bottom: 6px;
	visibility: visible;
}
#start2 {
	background-color: #FFFFFF;
	position: absolute;
	bottom: 53%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	visibility: visible;
}
