@charset "utf-8";
/* CSS Document */

a
{
  outline: none;
}

* {margin:0; padding:0}

body { background-color: #000000; text-align:center}

html, body {height:100%}

#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:565px;
		width:878px;
		clear:left;
		background-color:#000000;
		}
#distance { 
		width:1px;
		height:50%;
		background-color:#000000;
		margin-bottom:-261px; /* half of container's height */
		float:left;
		}
		
#bound {
	width: 878px;
}		

#title {
	text-align:right;
	height:28px;
}
	

#main {
	text-align:left;
	height:470px;
}	
		
.LINKSbox  {
	z-index: 1;
	top: 77px;
	left: 0px;
	position: absolute;
	width: 754px;
	height: 32px;
	text-align:left;
	padding:0px;
	margin:0px;
}

#dropLinks {	
	padding-top:2px
}

#serviceLinksBox  {
	z-index: 3;
	top: 109px;
	left: 116px;
	position: absolute;
	width: 153px;
	height: 138px;
	text-align:left;
	padding:0px;
	margin:0px;
}

#portfolioLinksBox  {
	z-index: 3;
	top: 109px;
	left: 268px;
	position: absolute;
	width: 153px;
	height: 138px;
	text-align:left;
	padding:0px;
	margin:0px;
}

#textbox3 {
	line-height: 175%;
	z-index: 3;
	top: 312px;
	left: 648px;
	position: absolute;
	width: 56px;
	height: 24px;
}
