Zum Beispiel so:
<style type="text/css">
#main, #content{
width=100%;
height=95%;
}
#back{
width=50%;
height=5%;
bottom: 0px;
left: 10px;
}
#next{
width=50%;
height=5%;
bottom: 0px;
right: 10px;
}
</style>
<div id="main">
<div id="content">
blablablablablablablubb...
</div>
<div id="back">
<a href="">Zurück</a>
</div>
<div id="next">
<a href="">Vor</a>
</div>
</div>