@charset "UTF-8";
/* CSS Document */

#footer {
	height: 100px; /* Height of the footer */
	/*background-color: #999999;*/
	padding-top: 25px;
	padding-left: 25px;
	width:960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	/*clear: both;*/
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	z-index: -1;
}
.footer {
	height: 150px; /* Height of the footer */
	/*background-color: #999999;*/
	padding-top: 25px;
	padding-left: 20px;
	width:960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	/*clear: both;*/
	position: relative;
	z-index: -1;
}

.footer_beta {
	/* height: 100%;  */
	height: 150px;
	position: relative;
	padding-top: 100px;
	padding-left: 25px;
	position: absolute;
}


.push {
	height: 350px;
	min-height: 100%;
}

#container {
	height: auto;
	min-height: 100%;
	/*border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.container {
	height: auto;
	min-height: 100%;
	/*border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
