/* Tallieu & Tallieu nv - www.tnt.be*/

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

		}
		
	
		html
		{
		height: 100%;
		}
		
		
		
		body#carroesel
		{
		text-align: center;
		margin: 0 auto 0;
		background: #8b8a25;
		color: #fff;
		}


		div#wrapper
		{
		border: #c5c592 double 3px;
		text-align: center;
		margin: 60px auto 0;
		padding: 30px;
		width: 320px;
		}




/*
	logo		
*/
		
		
		h1#carroesel-lg
		{
		text-indent: -9999px;
		}
		

		
		h1#carroesel-lg a, h1#carroesel-lg a:link, h1#carroesel-lg a:visited, h1#carroesel-lg a:hover
		{
		text-align: center;	
		display: block;
		width: 304px;
		height: 75px;
		background: #fff url("../_images/carroesel-lg.gif") no-repeat top center;
		margin: 0 auto 0;
		}


		h2
		{
		font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: center;
		margin: 15px auto 30px;
		color: #c5c592;
		text-transform: uppercase;
		}


		p
		{
		font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: center;
		margin: 20px auto 20px;
		color: #fff;
		}


		p a, p a:link, p a:visited
		{
		text-decoration: underline;
		color: #c5c592;
		}
		
		
		
		p a:hover
		{
		text-decoration: underline;
		color: #fff;
		}
		
		