@charset "UTF-8";

body{
	padding:0;
	margin:0;
	background-color:#000000;

}
a img{

	border:none;

}
a:link {text-decoration: none;
color: #CCCCCC;
}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}






#wrapper {
position:absolute;
top:-55px;
}


#nav {
position:relative;
top:130px;
left:260px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;

}

	#thumbs{
	
	position: relative;
	top:-525px;
	left: 15px;
}

#footer{
font-family: "Lucida Grande", "lucida sans Unicode", Arial, serif;
	font-size:13px;

color: #999999;


position: relative;
top:-440px;
left:180px;
}


#main{

}

#about{


position: relative;
top: -580px;
left:15px;

}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 774px;
  height: 50px;
 /* background: url(images/menu-bg.jpg) no-repeat;*/
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}



#menu .about {
  width: 93px;
  height: 48px;
  background: url(aboutme_ro.jpg) no-repeat;
  left: 238px;
  top: 8px;
}

#menu .resume {
  width: 71px;
  height: 48px;
  background: url(resume_ro.jpg) no-repeat;
  left: 375px;
  top: 8px;
}
/*#menu .about span {
  width: 40px;
  height: 12px;
  background: url(images/about-over.gif) no-repeat;
  left: 44px;
  top: 54px;
}*/


