body, html {
 	width: 100%;
 	height: 100%;
 	margin: 0;
 	font-family:"Times New Roman";
 	font-size: 15pt;
}

.container {
	background: white;
 	width: 80%;
 	height: 100%;
 	margin-left:10%;
 	margin-right:10%;
}

.top {
 	width: 100%;
 	height: 20px;
 	border-collapse: collapse;
 	background: white;
}

.main {
 	width: 100%;
 	height: 100%;
 	position: relative;
 	float: right;
 	border-collapse: collapse;
}
