* {
	margin: 0;
	padding: 0;
	}

#wrapper {
	position: absolute;
	height: 100%;
	background-color: #000000;
	width: 100%;
	margin: 0;
	}
	
* html #wrapper {
	position: absolute;
	height: 1200px;
	background-color: #000000;
	width: 100%;
	margin: 0;
	}

#left {
	position: relative;
	float: left;
	background-color: #000000;
	width: 48%;
	height: 100%;
	}
	
#left img {
	position: relative;
	width: 186px;
	height: 167px;
	margin-top: 370px;
	float: right;
	margin-right: 45px;
	}
			
#right {
	position: relative;
	float: right;
	background-image: url(aloitus_pattern.jpg);
	width: 52%;
	height: 100%;
	}
	
#right img {
	position: relative;
	width: 326px;
	height: 547px;
	margin-top: 10px;
	margin-left: 0px;
	}
