body
{
background-color:#000000;
color:white;
}
h1
{
color:white;
}
p
{
color:white;
}
label
{
width: 7em;
float: left;
text-align: right;
}


fieldset
{
border: 1px solid grey;
width: 32em;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}
table{
	border: 1px solid grey;
}
footer{

	width: 800px;
}



#leftColumn{
position:relative;
float: left;
}
#rightColumn{
position: relative;
float: left;
}

#canvasCont{
	border:4px ridge grey;
	float:left;
	position:relative;
	width: 500px;
	height: 500px;
}
