<html>
<head>
<style type="text/css">
html, body {
height : 100%;
width : 100%;
overflow : hidden;
}
.wrapper {
height : 100%;
width : 100%;
padding: 20px;
}
.content {
height : 100%;
width : 100%;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="content">Content here</div>
</div>
</body>
</html>