<html>
<head></head>
<body>

<div style="width: 500px; height: 150px; position: relative; background-color: yellow;">		
	
	<div style="width: 100px; height: 200px; position: absolute; right: 0px; background-color: blue;">	
	</div>

</div>

</body>
</html>