html, body {
height: 100%;
color: white;
}

body {
	background-image:url(images/background.jpg);
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}

#bracer {
	width: 1024px;
	min-height: 100%;
	height: auto;
	margin: 0 auto -100px;
	text-align: left;
	background-color: #5A5959;
}

#header {
	background-color: #000000;
	background-image: url(images/header.jpg);
	height: 100px;
}
#content {
	margin: 10px 15px 100px;
}

#footer {
	background-color: #000000;
	background-image: url(images/footer.jpg);
    height: 100px;
	min-height: 100px;
	width: 1024px;
	margin: 0 auto;
	vertical-align: bottom;
	text-align: left;
	font-size: 0.7em;
	color: white;
}

img{
	border-style: none;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CC9933;
}

#goHome
{
  display: inline-block;
  width: 95px;
  height: 100px;
  background: url("images/home.gif") no-repeat 0 0;

}

#goHome:hover
{ 
  background-position: 0 -100px;
}

#goHome span
{
  display: none;
}

#goDig
{
  display: inline-block;
  width: 95px;
  height: 100px;
  background: url("images/digmedia.gif") no-repeat 0 0;

}

#goDig:hover
{ 
  background-position: 0 -100px;
}

#goDig span
{
  display: none;
}

#goWeb
{
  display: inline-block;
  width: 95px;
  height: 100px;
  background: url("images/web.gif") no-repeat 0 0;

}

#goWeb:hover
{ 
  background-position: 0 -100px;
}

#goWeb span
{
  display: none;
}

#goPrint
{
  display: inline-block;
  width: 95px;
  height: 100px;
  background: url("images/print.gif") no-repeat 0 0;

}

#goPrint:hover
{ 
  background-position: 0 -100px;
}

#goPrint span
{
  display: none;
}

#goResume
{
  display: inline-block;
  width: 95px;
  height: 100px;
  background: url("images/resume.gif") no-repeat 0 0;

}

#goResume:hover
{ 
  background-position: 0 -100px;
}

#goResume span
{
  display: none;
}