@charset "UTF-8";
/* CSS Document */


#page {
	position: absolute;
	top: 0%;
	left: 0%;
	padding: 5px;
	height: 90px;
	width: 1900px;
	z-index: 1;
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}	
