* {
	margin: 0;
	padding: 0;
	}

#wrapper {
	position: absolute;
	height: 100%;
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	}
	
* html #wrapper {
	position: absolute;
	height: 1200px;
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	}

#left {
	position: relative;
	float: left;
	width: 48%;
	height: 100%;
	background-color: #000000;
	}
	
#left img {
	position: relative;
	width: 147px;
	height: 133px;
	margin-top: 340px;
	float: right;
	margin-right: 20px;
	}
			
#right {
	position: relative;
	float: right;
	width: 52%;
	height: 100%;
	background-color: #ffffff;
	}
	
#right img {
	position: relative;
	width: 532px;
	height: 210px;
	margin-top: 300px;
	margin-left: 0;
	}
