﻿/* nonInertialFrame2.css */


div.mainContainer
{
	position : relative;
	width    : 410px;
	height   : 410px;
}


canvas.screen
{
	position   : absolute;
	width      : 400px;
	height     : 400px;
	left       : 0px;
	top        : 0px;
	background : black;
	border     : medium gray solid;	
}
