#container {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	margin-left:0px;
	margin-top:0px;
	z-index:1;
	background-color: #000000;
	visibility: visible;
}

.responsive {
  width: 100%;
  height: auto;
}

#navigation {
	position:absolute;
	left:100px;
	top:100px;
	width:150px;
	height:150px;
	margin-left:0px;
	margin-top:0px;
	z-index:2;
	visibility: visible;
}

.text { 
	color: #ffffff; 
	font-size: 18px; 
	font-family: Tahoma 
}
