body {
background-color: blue;
}

.wrapper {
border: thin solid white;
}

#full_wrapper {
width: 100%;
height: 100%;
border: thin solid black;
position: absolute;
}

#top_wrapper {
position: relative;
width: 100%;
height: 200px;
background-color: green;
}