/*
Theme Name: Proscenium
Theme URI: http://robert-shepherd.com/wordpress/themes/proscenium
Description: Virtualized through taxonomies. Most UI configuration through templates. Universal listing ("archive") generator. 
Version: 3.2.1_20110713
Author: rshepherd
Author URI: http://robert-shepherd.com
Tags: right-sidebar, left-sidebar, flexible-width, three-columns, two-columns, white, custom-header, theme-options, custom-background, custom-menu, threaded-comments, sticky-post, translation-ready


@import url("/wp-content/themes/proscenium/style.css.php");
*/


/*	page definition	********************************** */
html
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
/*
	overflow:hidden;
	background: #333333;
*/

body
{
	width:1024px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}

