#walkout {
	height: 400px;
	width: 400px;
	/*This style sheet for the walkout assumes that absolute positioning will be utilized and is pre-coded with that in mind. However, absolute positioning is not necessary  nor required for walkout*/

	position: absolute;
	top: 35px;
	left: 300px;
	margin-left: -200px; /*half the size of the width above. To keep V.U. Centered.*/
}
