@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
}
.resumeBG {
	background-attachment: fixed;
	background-image: url(image/resume_03.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-position: bottom;
}
.resumeDIV {
	position: static;
	height: 433px;
	width: 500px;
	overflow: scroll;
	float: left;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.resumeTitles {
	font-size: 14px;
	font-weight: normal;
}
.resumeDownloadDIV {
	float: right;
	height: 444px;
	width: 87px;
	position: fixed;
}
