/*
Theme Name: Robin Utrecht
Theme URI: http://www.robinutrecht.nl/
Description: Theme for Robin Utrecht.
Version: 1.0
Author: 3djay
Tags: 
*/

html {
	height: 100%;	
}
body {
	margin: 0px;
	padding: 0px;
	heigth: 100%;
	overflow:hidden; 	
}
#myContent {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #000000;
	background-color: #000;
}
