﻿#simplediv {
	position:absolute;
	width: 330px;
	height: 30px;
	background: #FFFFFF;
	border-width: 1px;
	border-style: dashed;
	border-color: #444444;
	color: #2C7BB4; 
	display: none;
	
	padding: 10px;
}
		.bodys {
				
		position:absolute;
		z-index: -1;
		width: 800px;
		height: 484px;
		
		}

#everything {
	z-index: 3;

}

