div {
	width:100px;
	height:100px;
	background-color:#99CCFF;
	border:1px;
	border-style:solid;
	transform:translate(200px);
}