/*  ALGEMEEN  */
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	text-align: center;
}
* {
	padding: 0;
	margin: 0;
}
.remove {
	display: none;
}

/*  CONTAINERS  */
#container_top {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 1px;
	background-image: url(images/bg_container_cv.jpg);
	position: relative;
}
#container_main {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	position: relative;
	height: 100%;
}
#container_main td {
	vertical-align: top;
}
#mozillahack {
	position: relative;
}
#container_head {
	width: 760px;
	height: 60px;
	position: absolute;
	top: 106px;
	left: 3px;
	z-index: 2;
}
#container_content {
	width: 760px;
	position: relative;
	padding-top: 178px;
}
#container_colofon {
	position: absolute;
	top: 625px;
	margin-left: 758px;
	z-index: 1;
	width: 70px;
	height: 100px;
}
#container_colofon img {
	border: 0;
}
