#Home{
	opacity: 0;
	-webkit-transition:opacity 0.6s ease-out;
	-ms-transition:opacity 0.6s ease-out;
	transition:opacity 0.6s ease-out;
}
	#Home.displayed{
		opacity: 1;
	}

	.logo{
		position: absolute;
		left: 54px;
		top: 42px;
		width: 128px;
		height: 68px;
		background: url("../img/logo.png") no-repeat 0 0;
		background-size: 128px 68px;
	}

	.home_title{
		margin: 0;
		font-size: 36px;
		line-height: 42px;
		text-align: left;
		left: 54px;
		top: 145px;
		color: #102D69;
		position: absolute;
	}
	.home_disclaimer{
		position: absolute;
		font-size: 12px;
		line-height: 21px;
		left: 54px;
		top: 245px;
		color: #102D69;
		text-align: left;
		width: 320px;
	}

	.home_start{
		position: absolute;
		left: 54px; !important;
		top: 400px !important;
	}

	.home_othlinks {
		position: absolute;
		font-size: 12px;
		line-height: 21px;
		left: 54px;
		bottom: 42px;
		margin: 0;
		padding: 0;
	}

	.oth_link {
		list-style: none;
		padding: 0;
		margin: 0;
		display: inline-block;
		cursor: pointer;
		margin-left: 20px;
	}
	.link_credits {
		margin-left: 0;
	}
	
	.home_illu{
		position: absolute;
		right: 20px;
		bottom: 10px;
		width: 416px;
		height: 488px;
		-webkit-transform:translate(0,110%);
		-ms-transform:translate(0,110%);
		transform:translate(0,110%);
		-webkit-transition:transform 1s ease-out;
		-ms-transition:transform 1s ease-out;
		transition:transform 1s ease-out;
	}
		.home_illu.displayed{
			-webkit-transform:translate(0,0);
			-ms-transform:translate(0,0);
			transform:translate(0,0);
		}
		.home_illu_bg{
			position: absolute;
			left: 0px;
			top: 0px;
			background: url("../img/illu_home.png") no-repeat 0 0;
			background-size: 416px 488px;
			width: 100%;
			height: 100%;
		}
	.home_waves--1 {
		position: absolute;
		top:0;
		left:-50px;
	}
	.home_waves--2 {
		position: absolute;
		left:-100px;
		bottom:150px;
	}
	.home_waves--3 {
		position: absolute;
		right:100px;
		top:150px;
	}
