html, body {
	height: 100%;
	border: 0px;
    padding: 0px;
    margin: 0px;
}

div.top {
	width: 100%;
	height: 100px;
	background-color:#aaaaaa;
	color: white;
	border: 0px;
    padding-left: 10px;
    margin: 0px;
	overflow:scroll;
	position: fixed;
	top: 0;
}

div.spacer-top {
	width: 100%;
	height: 100px;
	background-color:black;
	color: white;
	border: 0px;
    padding-left: 0px;
    margin: 0px;
    top: 0px;
}

div.spacer-bottom {
	width: 100%;
	height: 100px;
	background-color:black;
	color: white;
	border: 0px;
    padding-left: 0px;
    margin: 0px;
    bottom: 0px;
}


div.bottom {
	width: 100%;
	height: 50px;
	background-color:#aaaaaa;
	color: white;
	border: 0px;
    padding-left: 10px;
    margin: 0px;
	overflow:scroll;
	position: fixed;
	bottom: 0;
	vertical-align:middle;
}

div.box {
	border-style: solid;
	border-width: 5px;
	border-color: #aaaaaa;
	padding: 15px;
	margin: 10px;
	float: left;
	height: 400px;
	width: 400px;
}

div.main {
	
}