body {
	background-color: #ed2e11;
}
#core {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: static;
	width: 700px;
}
#content {
	position: static;
	height: 800px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(./img/body.png);
}
#menu {
	background-image: url(./img/menu.png);
	background-repeat: no-repeat;
	top: 160px;
	width: 700px;
	left: auto;
	position: fixed;
	height: 60px;
}
.menu_about {
	left: 255px;
	top: 15px;
	position: relative;
}
.menu_portfolio {
	left: 290px;
	top: 15px;
	z-index: 0;
	position: relative;
}
#footer {
	left: auto;
	bottom: 10px;
	position: fixed;
	height: 60px;
}
#anchor1 {
	visibility: hidden;
	left: 0px;
	top: 55px;
	position: absolute;
}
#anchor2 {
	visibility: hidden;
	left: 0px;
	top: 276px;
	position: absolute;
}
