/* 
    Document   : index
    Created on : 19-May-2013, 16:33:15
    Author     : adamb
    Description:
        Purpose of the stylesheet follows.
*/

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#canvas1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#svg1
{
	width: 100%;
	height: 100%;
	border: 1px solid black;
}