@charset "UTF-8";

#container {
	width: auto;
	height: auto;
}
#navigation {
	height: 50px;
	width: 130px;
	float: right;
}
#navigation2 {
	height: 50px;
	width: 400px;
}
#navigationcontainer {
	height: 60px;
	width: 265px;
	position: absolute;
	left: 1000px;
	top: 10px;
}
#navigationcontainerportfolio {
	height: 60px;
	width: 290px;
	position: fixed;
	left: 1000px;
	top: 10px;
}
#logo {
	height: 95px;
	width: 400px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#logoportfolio {
	height: 95px;
	width: 400px;
	position: fixed;
	left: 10px;
	top: 10px;
}
#picturecontainer {
	top: 130px;
	height: auto;
	width: 100%;
	position: absolute;
	text-align: center;
}
#frontpicture {
	height: 755px;
	width: 990px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#portfoliocontainer {
	height: 710px;
	width: 6500px;
	overflow: auto;
	position: absolute;
	top: 105px;
}
#contactpicture {
	height: 735px;
	width: 769px;
	margin-right: auto;
	margin-left: auto;
}
