body {
	background:#222 url(images/background.png) top center no-repeat;
	margin-top:100px;
	padding:0;
}
#container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -100px;
	text-align: center;
	min-width: 748px; 
}
#wrapper {
	background:url(images/logo.png) center center no-repeat;
	position: relative;
	text-align: left;
	width: 748px;
	height: 200px;
	margin: 0px auto;
	padding-right:10px;
	text-indent:-5000px;
}
ul.services li {
	list-style:none;
}
#link-container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -80px;
	text-align: center;
	min-width: 748px;
	z-index:5;
}
#link-wrapper {
	position: relative;
	text-align: left;
	width: 748px;
	height: 200px;
	margin: 0px auto;
	padding:0;
}
#link-wrapper a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
