@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000;
}
#home
{
	display: block;
	width: 106px;
	height: 30px;
	background: url("b_home.png") no-repeat 0 0;
}

#home:hover
{ 
  background-position: 0 -30px;
}

#home span
{
  display: none;
}

#resume
{
	display: block;
	width: 138px;
	height: 30px;
	background: url("b_resume.png") no-repeat 0 0;
}

#resume:hover
{ 
  background-position: 0 -30px;
}

#resume span
{
  display: none;
}

#gallery
{
	display: block;
	width: 152px;
	height: 30px;
	background: url("b_gallery.png") no-repeat 0 0;
}

#gallery:hover
{ 
  background-position: 0 -30px;
}

#gallery span
{
  display: none;
}
.text1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 12px;
}
.text2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.pad30 {
	padding-left: 30px;
}
.pad90 {
	padding-left: 90px;
}

.pad60 {
	padding-left: 60px;
}
.link {
	text-decoration: none;
	color: #FFF;
}
