body, html {
	background:url(../images/bg.jpg) center bottom no-repeat fixed #fefbf6;
	height: 100%;
}

* {
    margin: 0; 
}

#main {
    height: 100% !important;
    min-height: 100% !important;
}

#footer {
    clear: both;
    height: 70px !important;
	position: fixed;
	bottom: 0;
}

#push {
    height: 90px; /* This is footer's height + padding */
}

.fadelines {
	background:url(../images/fade.gif) center repeat-y;
}

.footer-bg {
	background:url(../images/footer_bg.gif) repeat-x;
}

.legal-line {
	font-family:Arial, Helvetica, sans-serif;
	color: #1c3f94;
	font-size: 11px;
	text-align: right;
	padding-top: 16px;
}

.legal-line a {
	text-decoration: none;
	color: #1c3f94;
}

.legal-line a:hover {
	text-decoration: underline;
	color: #1c3f94;
}

.test{
	border:1px solid #F00;
}



