@charset "utf-8";
/* CSS Document: Hiep Truong 2010 - layout CSS */

* {
	margin: 0;
	border:none;
}
html, body {
	height: 100%;
}

#header {
	height: 80px;
	margin-top: 10px;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}

#scroller {
	height: 400px;
}

.footer{
	width: 958px;
	height: 30px; /* .push must be the same height as .footer */
}
.push{
	position:absolute;
	bottom: 0px;
	width: 958px;
	height: 25px; /* .push must be the same height as .footer */
}

.footerbar {
	height: 25px; /* .push must be the same height as .footer */
}
