@charset "utf-8";
html,body{background:#fff url(/images/home_bg.gif) repeat-y top left;}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	min-width:980px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -365px; /* the bottom margin is the negative value of the footer's height */
}
#home_nav, #push {
	height:360px; /* .push must be the same height as .footer */
}

#home_nav{ width:279px;}
#home_nav ul{margin:0; list-style:none; width:279px;}
#home_nav ul li{text-align:right;}
#home_nav ul li a{display:block; width:100%; text-decoration:none; padding:0; height:60px; }


