<!DOCTYPE html>
<html><head><style>
* {
font-family: 'MinervaSans';
}
#guide {
width: 200px;
height: 200px;
background-color: blue;
}
#container {
position: relative;
float: left;
padding: 10px;
}
#box {
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 100px;
background-color: orange;
}
</style></head><body><div id="guide"><div id="container"><div id="box">