/* CSS Document */

#main {
	position:absolute;
	left: 20px;
	width: 800px;
	margin-left: 0px;
	margin-top: 10px;
	border: 0px;
	}

#content {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 435px;
}
	
.links {
	position: absolute;
	left: 455px;
	top: 81px;
	width: 321px;
	height: 71px;
	background-image:url(images/links.gif);
	}

.myspace {
	position: absolute;
	left: 455px;
	top: 161px;
	width: 321px;
	height: 71px;
	background-image:url(images/myspace.gif)
	}
	
.photos {
	position: absolute;
	left: 455px;
	top: 240px;
	width: 321px;
	height: 71px;
	background-image: url(images/photos.gif);
	}
	
.videos {
	position: absolute;
	left: 455px;
	top: 319px;
	width: 321px;
	height: 71px;
	background-image: url(images/videos.gif);
	}
	
.bloglinks {
	position: absolute;
	left: 455px;
	top: 81px;
	width: 321px;
	height: 71px;
	background-image:url(images/bloglinks.gif);
	}
	
.blogphotos {
	position: absolute;
	left: 455px;
	top: 240px;
	width: 321px;
	height: 71px;
	background-image: url(images/blogphotos.gif);
	}
	
.blogvideos {
	position: absolute;
	left: 455px;
	top: 319px;
	width: 321px;
	height: 71px;
	background-image: url(images/blogvideos.gif);
	}	
	
.copyright {
	position: absolute;
	left: 734px;
	top: 393px;
	width: 42px;
	height: 13px;
	background-image: url(images/copyright.gif);
	}
	
a.links:hover {
	background-image: url(images/links-over.gif);
	}

a.myspace:hover {
	background-image: url(images/myspace-over.gif);
	}
	
a.photos:hover {
	background-image: url(images/photos-over.gif);
	}
	
a.videos:hover {
	background-image: url(images/videos-over.gif);
	}
	
a.bloglinks:hover {
	background-image: url(images/bloglinks-over.gif);
	}
	
a.blogphotos:hover {
	background-image: url(images/blogphotos-over.gif);
	}
	
a.blogvideos:hover {
	background-image: url(images/blogvideos-over.gif);
	}	
	
a.copyright:hover {
	background-image: url(images/copyright-over.gif)
	}	