.centre {
	position: relative;
	left: 0px;
	height: 80px;
	width: 200px;
	top: 100px;
	margin: auto;
}
.menu {
	background-image: url(menubardropshadow.png);
	position: absolute;
	height: 31px;
	width: 100%;
	left: 0px;
	top: 0px;
}
.email {
	position: absolute;
	height: 79px;
	width: 116px;
	left: 20px;
	top: 50px;
}
.portfolio {
	position: absolute;
	height: 79px;
	width: 116px;
	left: 20px;
	top: 150px;
}
