﻿          html, body {
			height: 100%;
		}
		
		body {
			display: table;
			width: 300px;
			margin: 0 auto;
			background-image:url(images/tlo.jpg); /
			font: normal 100% sans-serif;
			
		}
		
		#wrapper {
			display: table-cell;
			vertical-align: middle;
		}
		
		#cell {
			border: 3px solid #333333;
			padding: 1em;			
			color: #595959;
		
		 
		}

		
 a:link {color: #595959;text-decoration: none;}
 a:visited {color: #595959;text-decoration: none;}
 a:active {color: #595959;text-decoration: none;}
 a:hover {color: #595959;text-decoration: underline;} 