div#intro_div {
	position:relative;
	height: 590px;
	width: 900px;
	overflow: hidden;
	z-index: 60;
	margin-top: 50px;
}

div#vert_bar {
	width: 10px;
	height: 590px;
	right: 200px;
	position: absolute;
	z-index: 61;
	background-color: #000;	
	visibility: hidden;
}

div#horz_bar {
	height: 10px;
	width: 900px;
	bottom: 80px;
	position: absolute;
	z-index: 61;
	background-color: #000;
	visibility: hidden;
}

div#forz_bar {
	height: 10px;
	width: 900px;
	top: 60px;
	position: absolute;
	z-index: 61;
	background-color: #000;
	visibility: hidden;
}

img#intro_img {
	position: absolute;
	height: 590px;
	width: 900px;
	z-index: 3;	
	top: 0px;
	left: 0px;
	z-index: 60;
}

div#header {
	visibility: hidden;
}
