/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
html,body { margin:0; padding:0; height:100%; }
div#container { position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:715px; height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
div#header { height: 120px; }
#logo { position: absolute; top: 15px; left: 15px; width: 300px; height: 50px; }
#logo { overflow: hidden; margin: 0; }
#logo A { text-indent: -9999px; height: 103px; margin: 0; display: block; }
div#nav {  }
div#content { width: 500px; /* bottom padding for footer */
}
#sidebar1 {  }
#sidebar2 {  }
div#footer { position:absolute; width:100%; bottom:0; /* stick to bottom */
	height: 60px; }
