/* CSS Document */
html, body {
	height:100%;
	}

#container {
    position: relative;
    min-height: 100%;
	}

#content {
	/*position:absolute;*/
	z-index:2;
}

#footer {
    position: absolute;
    bottom: 5px;
	right: 15px;
	width:250px;
	white-space:nowrap;
	text-align:right;
	z-index:10;
	}


