/* Explorer Styles ========================= */

body {
	padding				: 0px;
	margin-top			: 12px;
	color				: #000000;
	background-color	: #ffffff;
	font-family			: Arial,Helvetica,sans-serif;
	text-align			: center; /* Needed for IE to center the content */
	min-height			: 600px;
}

/* BLOCKS ============================ */
#holder {
	/*width: 770px;*/
	width				: 946px;
	min-width			: 946px;
	margin-left			: auto;
	margin-right		: auto;
	padding				: 4px 16px 4px 16px !important; /* Top, right, bottom, left*/ 
	border				: solid 1px #aaaaaa;
	min-height			: 98%;
	height				: 98%;
}