/*--------------------------------------------------*/
/* Promotions		                                */

	#headerContainer {
		background: #000 url("../../img/legal/header.jpg") no-repeat 50% 100%;
	}

	#headline {
		background: url("../../img/legal/headline.gif") no-repeat 0 0;
		height: 48px;
	}

	.titleLegal {
		background: url("../../img/legal/titleLegal.gif") no-repeat 0 0;
		height: 27px;
	}


/*--------------------------------------------------*/
/* Terms                                            */

	.content ul li {
		padding: 0 0 6px;
	}

	.terms {
		border-collapse: collapse;
		border: 1px solid #999;
		margin: 0 0 12px 12px;
		width: 560px;
	}

		.terms .first {
			width: 200px;
		}
		
		.terms th,
		.terms td {
			vertical-align: top;
			padding: 4px;
		}