html,body {
	width:100%;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	background-color: #742F0F; 
	background-image: url('tlo_tile.jpg');
}

* {
	color: #D0A487;
	font-size: 11px;
	font-family: 'tahoma, arial';
}

a {

	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
