html, body {
	height: 100%;
	margin: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 16px;
}

#wrapper {
	min-height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}

a, a:visited {
	padding: 3px 4px 3px 4px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}


.menu {
	float: left;
	width: 200px;
	padding: 3px 3px 3px 8px;
	background: #000000;
	cursor: pointer;
}

.submenu{
	float: left;
	padding: 3px 12px 3px 12px;
	background: #000000;
	cursor: pointer;
}

.onemoment {
	float: left;
	padding: 3px 12px 3px 12px;
	background: #FFFFFF;
	cursor: pointer;
	color: #000000;
	text-align: center;
	display: none;
}
