html {
	/**/
}

body {
	/**/
}

#header {
	height: 75px;
	top: 0;
	left: 0;
	right: 0;
}

#footer {
	height: 50px;
	bottom: 0;
	left: 0;
	right: 0;
}

.interface {
	background-color: #555;
}

.frames {
	position: absolute;
}

.mainframes {
	top: 75px;
	bottom: 50px;
}

#leftFrame {
	width: 50px;
	left:0;
}

#rightFrame {
	right: 0;
	width: 450px;
}

canvas {
	position: absolute;
	top: 75px;
	bottom: 50px;
	left: 50px;
	right: 450px;
}