#core {
	background-color: #FFF;
	height: 520px;
	width: 980px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -260px;
	margin-left: -490px;
	background-image: url(../backupjpg.jpg);
	background-repeat: repeat;
}

body {
	margin-top: 0px;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(../aboutme/bavkgroundme.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

