body {
				color: #000;
				font-family:Monospace;
				font-size:13px;
				text-align:left;
				font-weight: bold;

				background-color: #fff;
				margin: 0px;
				overflow: hidden;
			}

			#info {
				color:#000;
				position: fixed;
				bottom: 15px; width: 100%;
				padding: 5px;

			}
			#title {
				color:#000;
				position: fixed;
				top: 0; width: 50%;
				padding: 5px;

			}
#loading{
position: fixed;
top: 50%;
left:50%;
}
			a {
				color: red;
			}