
	body {
		background-color: #024184;
		padding: 0; margin: 0;
	}
	#all {
		background-image: url(../images/front.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		padding: 20px; margin: 0;
		height: 100%;
	}
	#content {
		background-image: url(../images/intro_topleft.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #D2E4EC;
		width: 600px; height: 420px;
		overflow: hidden;
	}
	#content_rightcorner {
		background-image: url(../images/intro_topright.png);
		background-repeat: no-repeat;
		background-position: top right;
		height: 10px;
		width: 100%;
	}

	#content_btm {
		background-image: url(../images/intro_btmleft.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-color: #D2E4EC;
		width: 600px; height: 10px;
	}
	#content_btm_rightcorner {
		background-image: url(../images/intro_btmright.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		height: 10px;
		width: 100%;
	}

	#content_inner {
		background-color: #D2E4EC;
		margin: 0; padding: 10px;
		font-size: 16px;
		font-weight: bold;
		font-family: arial;
	}


	.heavy {
		color: #00ccff;
	}

	#navigation, #logo {
		position: absolute;
		visibility: hidden;
		white-space: nowrap;
	}
	#navigation A {
		font-size: 12px;
		font-family: arial;
		font-weight: bold;
		color: #003366;
	}


	#content, #content_btm, #navigation, #logo {
		visibility: hidden;
	}

	#english {
		margin-bottom: 100px;
	}
	.begin, .end {
		margin: 0 0 15px 0;
		visibility: hidden;
	}
	.end {
		display: none;
	}

	#illustration {
		float:right;
		visibility: hidden; 
		text-align:center;
	}
	#illustration img {
		display: block;
		margin: 0 0 25px 0;
	}

	.lang {
		color:#006699;
		text-align:center;
		margin: 0; padding 0;
		width: 150px;
		float: left;
	}

	.end_halves {
font-size: 120%;
float:left;margin:0 0 125px 0;padding:0;
clear:both;
display: none;
	}