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

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

</div>

</body>
</html>