@charset "utf-8";
/* CSS Document */

body {
	padding: 200px 40px 40px 40px;
	margin: 0 0 0 0;
	}
	
#leftcolumn {
	width: 300px;
	height: 100%;
	float: left;
	}
#rightcolumn {
	width: 300px;
	height: 100%;
	float: right;
	}
#topleft {
	width: 300px;
	height: 134px;
	display: block;
	padding: 0px 30px 0px 0px;
	border-right: 1px solid #818285;
	float: left;
	left: 40px;
	top: 200px;
	position: absolute;
	}
#topright {
	width: 500px;
	height: 23px;
	display: block;
	margin: 95px 0px 0px 0px;
	float: right;
	right: 40px;
	top: 200px;
	position: absolute;
	}
#bottomleft {
	width: 300px;
	height: 183px;
	display: block;
	float: left;
	left: 40px;
	bottom: 40px;
	position: absolute;
	}
	
#bottomleft img { 
	border: none;
}

#bottomright {
	width: 500px;
	height: 97px;
	display: block;
	margin: 0px 0px 86px 0px;
	float: right;
	right: 40px;
	bottom: 40px;
	position: absolute;
	}