body {
    background: url(../images/SilhouetteBike.jpg) no-repeat left top;
    min-height: 860px;
}

.content_wrapper {
    position: relative;
    top: 60px;
    left: 55px;
    width: 840px;
    background: url(../images/bkg_transparent.png) repeat left top;
    min-height: 800px;
}
a.follow_me, 
a.follow_me:link, 
a.follow_me:visited, 
a.follow_me:active  {
	color: #695d46; text-transoform: 
	uppercase; font-weight: bold;
	position: relative; 
	top: 44px; 
	text-align: right; 
	float: right; 
	margin-right: 15px; 
	text-decoration: none; 
	border-bottom: 1px dotted #695d46
}
a.follow_me:hover {
	border-bottom: 1px solid #ebd09d;
	color: #ebd09d;
}

