@charset "utf-8";

/* http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd */

#TOPLEFT {
	position: relative;
 	float: left;
	width: 370px;
}

#TOPRIGHT {
	position: relative;
}

#BOTTOMLEFT {
	position: relative;
	float: left;
	width: 370px;
	top: -215px;
}

#BOTTOMRIGHT {
	position: relative;
	float: left;
	top: -20;
}

