html , body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #cccccc;
}
a {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: #333333;
}

#all {
	width: 100%;
	height: 900px;
	top: 0px;
	left: 0px;
	overflow: visible;
	position: relative;
	z-index: 2;
	
}
#long {
	width: 100%;
	height: 500px;
	left: 0px;
	overflow: visible;
	bottom: 500px;
	top: 300px;
	position: relative;
	z-index: 3;
}
#menu {
	width: 450px;
	height: 30px;
	
	overflow: visible;

	position: absolute;
	z-index: 5;
	background-color: #222222;
	
}

