body {
	width:95%;
	font-family: serif;
	color: #000;
	background: #fff;
}

#header, #info, #menu, #right, #left, #footer, .access{
	display: none;
}

#content{
	width: 95%;
	background: #fff;
}

#header h1{
	display: block;
}

#header h1 span{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	
	width: 150px;
	height: 150px;
	background: Red;
	overflow: visible;

}