#footer {
				position: absolute; 
				width: 150px;
				bottom: 0%;
				right: 0%;
				margin-right: 15px;
				text-align:center;
				height: auto;
		}
html, body {

				font: 15px/140% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		}
#content {
				position: absolute;
				width: 400px;
				height: 250px;
				left: 50%;
				margin-left: -200px;
				text-align:center;
		}
