@charset "UTF-8";
/**
 *  Yahho Sticky Footer (Sticky Footer for YUI 2 Grids.css)
 *  @see       http://0-oo.net/sbox/css-small-box/yahho-sticky-footer
 *  @version   0.1.3
 *  @copyright 2008-2010 dgbadmin@gmail.com
 *  @license   http://0-oo.net/pryn/MIT_license.txt (The MIT license)
 */
html,body {
	height: 100%;
}

body {
	margin-top: 0;
	margin-bottom: 0;
}

#doc,#doc2,#doc3,#doc4,#custom-doc {
	position: relative;
	min-height: 100%;
	_height: 100%; /* for IE6 */
}

#ft {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#bd {
	padding-bottom: 30px;
}

#ft {
	height: 30px;
}