/* main page styling */

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

* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
	font-size: 11px;
}
/* mac hide \*/

body { 
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
	background:#999999;
}

table {
	width: 100%;
	height: 100%;
	background-image: url(../images/background.jpg);
}

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: #ffffff;
}

#inner_container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	width: 966px; 
	height: 666px;
	background: #ffffff;
}

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

/*=================================================================================================*/
/*=================================================================================================*/
/* end of main page styling*/
/*=================================================================================================*/
/*=================================================================================================*/
