body,html{ height:100%; width:100%; overflow: hidden; margin: 0; padding: 0;}

	H1 {		text-align: left;
	}

	H2 {
		text-align: center;
	}

	H3 {
		text-align: left;
	}

	H4 {
		text-align: left;
	}

	H5 {
		text-align: center;
	}

	H6 {
		text-align: right;
	}

	.img1 {		float: left;
	}

	.img2 {		float: right;
	}

	.img3 {		float: none;
	}

	iframe {
 		clear: both;
 		width: 100%;
 		height: 100%;
 	}

	.cont { height:100%; position:relative; z-index: 2 }

	.topcol {
		width: 100%;
 		height: 100%;
	}

	.leftcol {
 		clear: both;
 		width: 70%;
 		float: left;
 		color: white;
 		background: #008800
	}

	.rightcol {
 		background: blue;
 		margin-left: 200px;
	}

	.linkblock {
 		border: 2px solid black;
 		width: 500px;
 		margin-left: 300px;
	}

	.end {
 		position: absolute;
 		bottom: 100px;
	}

	.end .root{
		position:relative;
		top:200px
	}
