﻿body {
	background-color:black;
	color:white;
}
.center {
	text-align: center;
}
img {
	border-width: 0px;
}
.nav {
  display: block;
  float:left;
  width: 150px;
  height: 37px;
}
.nav span {
  display: none;
}
#topNav {
	position:absolute; 
	left:50%;
	margin-left:-300px;
	width:600px;
	top:0px;
}
#navClientVids {
  background: url('Nav/ClientVids.jpg') no-repeat 0 0;
}
#navClientVids:hover { 
  background-position: 0 -41px;
}

#navMusicVids {
  background: url("Nav/MusicVids.jpg") no-repeat 0 0;
}
#navMusicVids:hover { 
  background-position: 0 -41px;
}

#navGraphicDesign {
  background: url("Nav/GraphicDesign.jpg") no-repeat 0 0;
}
#navGraphicDesign:hover { 
  background-position: 0 -41px;
}

#navServices {
  background: url("Nav/Services.jpg") no-repeat 0 0;
}
#navServices:hover { 
  background-position: 0 -41px;
}

#navResume {
  background: url("Nav/Resume.jpg") no-repeat 0 0;
}
#navResume:hover { 
  background-position: 0 -41px;
}

#navContact {
  background: url("Nav/Contact.jpg") no-repeat 0 0;
}
#navContact:hover { 
  background-position: 0 -41px;
}
