body {
    /* background-image: url("../images/fred-bkgd.jpg"); 
	background-attachment: fixed; 
    background-repeat: no-repeat; 
	background-color: #382517;*/
	background-color: #2C2B30;
    margin: 0;
}

object {
    width: 100%;
    height: 100%;
    border: 0
}

a.general:link {
	color: yellow;
	/*background: #7F7B24; */
	background: #0E213C;
	text-decoration: none; 
}

a.general:hover {
	color:yellow;
}

a.general:visited {
	color: yellow;
	/*background: #7F7B24; */
	background: #0E213C;
	text-decoration: none; 
	padding: 25px 3px;
}

.links {
	text-align:center;
	/*background: #7F7B24; */
	background: #0E213C;
}

a.pdflink:link {
	color: #8400FF;
	/* background: #382517;  */
	/* background: #131315; */
	background: #ffffff; 
	text-decoration: none; 
	padding: 25px 3px;
}

.mainpic {
   float: left;
   margin: 0px;
   padding: 0px;
}
.resume {
    /* background: #382517;  */
	/* background: #131315;  */
	background: #ffffff;
}

.overlay { 
    top: -300px;
}
