
		a:active, a:focus {
			outline: none;
		}
	
	
	
		*,div,ul,li,h1,h2,p
		{
		margin: 0px;
		padding: 0px;

		}
		
	
		html
		{
		height: 100%;
		}
		
		
		body#dll{
			margin: 0px auto 0px;
			padding: 0;
			background: #fff url(_images/bg-body.gif) repeat-y top center;
			font: 11px/18px "Lucida Grande", Arial, sans-serif;
			color: #000;
			height: 100%;
			text-align: center;
		}
		
		
		div#wrapper
		{
		width: 900px;
		height: 600px;
		margin: 0px auto 0px;
		text-align: center;
		position: relative;
		}
		
		
		a img
		{
		border: 0px;
		}
	
		
		h2 a
		{
		position: absolute;
		top: 500px;
		left: 300px;
		background: transparent url(_images/tickets.gif) no-repeat top center;
		text-indent: -9999px;
		width: 122px;
		height: 28px;
		}
		
	
		
		
	
