* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#ffffff;
	color:#666666;
	font-size: 11px;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	background-color:#ffffff;
	margin-bottom:-275px; /* top margin ... -13.75em, half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative;  /* puts container in front of distance */
	text-align:center;
	height:550px;      /* height of the shaded container box */
	width:642px;
	clear:left;
}

#myContent{
	border:1px solid #6B6B6F;
	width: 640px;
	height: 480px;
}

#noFlash{
	padding: 120px 0 0 0;
}

#noFlash p{
	margin: 0 0 10px 0;
}

a:link {color:#666666; font-weight: bold; text-decoration: none}
a:visited {color:#666666; font-weight: bold; text-decoration: none}
a:hover {color:#666666; text-decoration: underline}

.left {
	float: left;
}
.right {
	float: right;
}

/* Rollover for the Follow on Twitter button */
#follow {float: right; margin: 5px 0 0 0; text-align:right;}

a.facebook {
	display: block;
	width: 80px;
	height: 28px;
	text-decoration: none;
	background: url("facebook.png");
	float: right;
}

a.facebook:hover {
	background-position: 0 -28px;
}

a.twitter {
	display: block;
	width: 78px;
	height: 28px;
	text-decoration: none;
	background: url("twitter.png");
	float: right;
}

a.twitter:hover {
	background-position: 0 -28px;
}

.displace {
	position: absolute;
	left: -5000px;
}

#recentWork {
	clear:both;
	text-align: center;
	width: 291px;
	margin: 0 auto 0 auto;
}

a.recent {
	display: block;
	width: 291px;
	height: 80px;
	text-decoration: none;
	background: url("recent-work.png");
}

a.recent:hover {
	background-position: 0 -80px;
}

