/* MAIN PAGE STYLESHEET */

html,body{height:100%;width:100%;}
/* end hide */

* {margin:0;padding:0}
/* mac hide \*/

body { 
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	background-color: #f6e9d1;
	padding: 0;
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/

}
table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}
#outer_container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	height: 100%; 
	border: 0px solid #000000;
	background: #f6e9d1;
}
#inner_container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #FF0000;
	width: 862px; 
	height: 596px;
	background: #f6e9d1;
}

#main_content_container {
	position: absolute;
	top: 2px;
	left: 2px; 
	height: 590px;
	width: 856px;
	border: 0px solid #000000;
	background: #ffffff;
}

/* end of main page styling*/



