	html { height:100%; }
	
	body {
		height:100%;
		margin: 0;
		background-color: #666;
		
	}
	#container {
		position:relative;
		margin: 0 auto;
		width:732px;
		height:100%;
		background-color:#e2e2e2;
		background-image:url("../pix/tile.jpg");
		background-repeat:repeat-x;
	}
	#content {
		position:relative;
		margin:0;
		width:732px;
		height:411px;
		background-image: url("../pix/hole_.png");
	}
	#txt {
		margin-left: 245px;
		padding-top:20px;
	}
	.bodytext, p {
		font:11px "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
		color:#000;
	}
	img, p{
		margin:0;
		padding:0;
	}
	p {
		margin-top:8px;
		line-height:13px;
	}
	a, a:visited {
		color:#333;
		border-bottom:1px dashed #ccc;
		text-decoration:none;
	}
	a:hover, a:visited:hover {
		text-decoration:none;
		border-bottom:1px solid #ccc;
	}