@charset "UTF-8";
/* CSS Document */

header { 
	position:fixed;
}

.container {
	width:100%;
	height:100%;
}

.one {
	position:fixed;
	float:left;
	top:150px;
	width:300px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-align:justify;
}

.one a {
	font-family: 'Times New Roman',Times,serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 12px;
}

#current { 
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
}

#misc { 
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
}

.two {
	position:relative;
	float:left;
	left:330px;
}

#fly {
    display: flex;
	flex-wrap:nowrap;
    justify-content: space-around;
}

.two img {
	height:650px;
}

#new {
	position:absolute; 
	top:3px; 
	left:420px;
	z-index:5;
}
