#index_content {
		position: relative; top: 0; left: 0;
		margin: 0;
		width: 100%; height: 580px;
		}
		
#archives_content {
		position: relative; top: 0; left: 0;
		margin-left: 2%;
		width: 97%; height: 580px;
		overflow: auto;
		}
		
#about_content {
/* same as archives_content */
		position: relative; top: 0; left: 0;
		margin-left: 2%;
		width: 97%; height: 580px;
		overflow: auto;
		}
		
#main_DT {
	    
		margin-left: 2%;
		width: 97%; height: 300px;
		overflow: auto;
		}

body {
	background-color: black;
	overflow: auto;
}
			
