
body {
	background:white;
	font-family:arial;
	font-size: 18px;
	letter-spacing: 1px;
	margin:40px;
	padding:0;
	color:black;
	;
	}
	
.frames{
	overflow: scroll;
	width: 500 px;
	height: 600 px;
	position: relative;
	top: 300px;
	left: 10 px;
}
	
.logo{
	position: fixed;
	width:400px;
	height: 150px;
	background-image: url(martin_logo2.jpg);
	top: 20px;
	left:40px;
	
	}
	

