﻿/* 
 <!-- #bbinclude ":core:info:info_code.incl" -->

<!-- last updated: Fri, Aug 27, 10 at 1456 
     code: arden henderson <arden@cubefarmhell.com>
     all code herein covered under BSD license 
     http://creativecommons.org/licenses/BSD      -->
<!-- end bbinclude -->
*/

div#view
{
	background-color: white;
	margin-top: 0.5em;
	margin-right: auto;
	margin-left: auto;
	width: 53em;
/*	width: 48em;  */
	height: auto; 
/*  height: 48em; */

	position: relative; /* this is just to establish for child popup thingies */
	                    /* for content, it doesn't do anything */
	z-index: 1;         /* just a baseline */
}


