html, body {
	font: 18pt/20pt Century Gothic, sans-serif;
	width: 100%;
}
h3 {
	font-weight: bold;
	margin-bottom: 10pt;
}
a {
	display: block;
	color: #406499;
	margin-bottom: 25px;
}
#main-wrapper {
	position:absolute;
	width: 100%;
	height: auto;
	min-height: 960px;
	bottom: 0;
	top: 0;
	left: 0;
}
#center {
	position: absolute;
	width: 1198px;
	height: 950px;
	top: 50%;
	left: 50%;
	margin-top: -475px;
	margin-left: -599px;
	
	
	border: 1px solid #406499;
	background-image: -o-linear-gradient(bottom, rgb(186,186,186) 0%, rgb(210,210,210) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(186,186,186) 0%, rgb(210,210,210) 50%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, rgb(186,186,186)), color-stop(0.5, rgb(210,210,210)));
	background-image: -webkit-linear-gradient(bottom, rgb(186,186,186) 0%, rgb(210,210,210) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(186,186,186) 0%, rgb(210,210,210) 50%);
	background-image: linear-gradient(bottom, rgb(186,186,186) 0%, rgb(210,210,210) 50%);
}
#foto {
	position: absolute;
	top: 0;
	left: 0;
}
#right-side {
	position: absolute;
	top: 0;
	left: 640px;
	height: 100%;
}
#title {
	margin-top: 75px;
	width: 360pt;
	font-size: 28pt;
	line-height:32pt;
}
#title p {
	margin-bottom: 14pt;
}
#work {
	position: absolute;
	left: 0;
	top: 350px;
}
#contact {
	position: absolute;
	bottom: 160px;
	margin-top: 50px;
}
#logos {
	position: absolute;
	right: 0;
	top: 250px;
	width: 125px;
}
#logos .img_placeholder {
	width: 125px;
	height: 125px;
}