body {
	margin: 0px;
}

#header{
	position: absolute;
	left: 100px;
	width: 785px;
	height: 70px;
}

#links{
	position: absolute;
	width: 785px;
	height: 28px;
	top: 56px;
	left: 100px;
}

#picture{
	position: absolute;
	left: 100px;
	top: 84px;
	width: 785px;
	height: 1000px;
}

#sidepicture{
	position: absolute;
	left: 100px;
	top: 84px;
	width:400px;
	height: 250px;
}

#names{
	position: absolute;
	left: 100px;
	top: 494px;
	width: 785px;
	height: 35px;
}

#address{
	position: absolute;
	left: 100px;
	top: 529px;
	width: 785px;
	height: 75px;
}

#copyright{
	position:absolute;
	left: 100px;
	top: 614px;
	width: 785px;
	height:60px;
}