maybe you have to set the page margin, something like:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="user-scalable=no, width=960, height=540">
<title></title>
<style> body { margin: 0; background: #007777;} </style>
</head>