body {
		background-color: #111111;
		text-align: center;
		color: white;
		font-family: Tahoma, Arial, helvetica;
	}
	
	h1 {
		/*margin-top: 25px;	*/
		margin-top: 0px;
		font-weight: normal;
		font-size: 12px;
	}
	#stop { 
		display: inline-block;
		width: 15px;
		height: 11px;
		margin: 0px; 
		padding: 0;
		/*float: left;*/
		background: url(images/back-top1.png) no-repeat scroll center center;
		/*background-position: -46px 0px;*/
	}
