body {
      font-family: Tahoma, sans-serif;
      font-size: 14px;
      text-align: center;
      background-color: black;
      color: white;
}
    
img { 
	border: 0;
}

#all-the-web {
      width: 900px;
      margin: 0 auto;
      text-align: left;
}

#header #image {
	float: left;
	text-align: left;
	width: 300px;
	margin: 20px 0px 0px 50px;
}

#header #navigation {
	float: right;
	text-align: right;
	width: 116px;
	padding: 40px 30px 15px 0px;
}

#header #navigation #home a {
	display: block;
	text-align: right;
	width: 58px;
	height: 26px;
	background: url('home.jpg'); 
	margin-left: 58px;
}

#header #navigation #home a:hover {
	background: url('home-effect.jpg'); 
	margin-left: 58px;
}

#header #navigation #about_me a {
	display: block;
	text-align: right;
	width: 89px;
	height: 27px;
	background: url('about_me.jpg'); 
	margin-left: 27px;
}

#header #navigation #about_me a:hover {
	background: url('about_me-effect.jpg'); 
	margin-left: 27px;
}

#header #navigation #guestbook a {
	display: block;
	text-align: right;
	width: 116px;
	height: 28px;
	background: url('guestbook.jpg'); 
}

#header #navigation #guestbook a:hover {
	background: url('guestbook-effect.jpg'); 
}

#line {
	clear: both;
	border-style: solid ; border-color: #191919; border-width: 1px;

}

#title {
	clear: both;
	text-align: center;
	padding: 40px 10px 15px 10px;
}

#content {
	position: relative;	
}
