* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color: #ffffff;
	color: #78787a;
	text-align: center; /* horizontal centering for IE Win quirks */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#distance { 
	width: 1px;
	height: 50%;
	background-color: #ffffff;
	margin-bottom: -144px; /* half of container's height */
	float:left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	width: 918px;
	padding-left: 13px;
	padding-right: 13px;
	height: 358px;
	clear: left;
}

#content {
	position: relative;
	width: 918px;
	height: 358px;
}

#title {
	position: absolute;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 195px;
	height: 28px;
	left: 0;
	top: 72px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li.home {
	position: absolute;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 12px;
	top: 116px;
	left: 153px;
}

#nav ul li.home a {
	display: block;
	width: 40px;
	height: 12px;
}

#nav ul li.whatwedo {
	position: absolute;
	background-image: url(../images/whatwedo.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 13px;
	top: 139px;
	left: 113px;
}

#nav ul li.whatwedo a {
	display: block;
	width: 80px;
	height: 13px;
}

#nav ul li.clients {
	position: absolute;
	background-image: url(../images/clients.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 13px;
	top: 163px;
	left: 148px;
}

#nav ul li.clients a {
	display: block;
	width: 45px;
	height: 13px;
}

#nav ul li.somethingdifferent {
	position: absolute;
	background-image: url(../images/somethingdifferent.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 16px;
	top: 187px;
	left: 63px;
}

#nav ul li.somethingdifferent a {
	display: block;
	width: 130px;
	height: 16px;
}

#nav ul li.fancyachat {
	position: absolute;
	background-image: url(../images/fancyachat.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 16px;
	top: 211px;
	left: 105px;
}

#nav ul li.fancyachat a {
	display: block;
	width: 88px;
	height: 16px;
}

#pagetop {
	position: absolute;
	width: 344px;
	height: 58px;
	top: 0;
	left: 204px;
	background-repeat: no-repeat;
}

#pageleft {
	position: absolute;
	width: 21px;
	height: 189px;
	top: 58px;
	left: 204px;
	background-repeat: no-repeat;
}

#page {
	position: absolute;
	overflow: auto;
	color: #ffffff;
	width: 295px;
	height: 161px;
	top: 58px;
	left: 225px;
	padding: 14px;
}

#page p {
	margin-top: 12px;
}

#page a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#page.home h2 {
	background-image: url(../images/titlehome.gif);
	background-repeat: no-repeat;
	width: 66px;
	height: 21px;
}

#page.whatwedo h2 {
	background-image: url(../images/titlewhatwedo.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 22px;
}

#page.clients h2 {
	background-image: url(../images/titleclients.gif);
	background-repeat: no-repeat;
	width: 76px;
	height: 22px;
}

#page.somethingdifferent h2 {
	background-image: url(../images/titlesomethingdifferent.gif);
	background-repeat: no-repeat;
	width: 215px;
	height: 28px;
}

#page.fancyachat h2 {
	background-image: url(../images/titlefancyachat.gif);
	background-repeat: no-repeat;
	width: 145px;
	height: 28px;
}

#right {
	position: absolute;
	top: 0;
	right: 0;
	width: 370px;
	height: 273px;
	background-repeat: no-repeat;
}

#right span.div1 {
	position: absolute;
	margin-top: 30px;
	margin-left: 15px;
}

#right span.div2 {
	position: absolute;
	top: -1px;
}

#right a {
	position: absolute;
	display: block;
	width: 160px;
	height: 110px;
	top: 75px;
	left: 65px;
}

#pagebottom {
	position: absolute;
	width: 344px;
	height: 40px;
	bottom: 71px;
	left: 204px;
	background-repeat: no-repeat;
}

#footer {
	position: absolute;
	bottom: 70px;
	right: 14px;
}

#legalese {
	position: absolute;
	text-align: right;
	bottom: 0px;
	right: 14px;
	width: 340px;
}

.hidden {
	position: absolute;
	top: -10000px;
}