/* CSS Document */
* {
margin: 0px;
padding: 0px;
}

body {
  background-color: #141414;
  background-image:url('import/img/dark_bg.gif');
  background-repeat:repeat;
  }

#container {
  width: 100%;
  height: 100%;
}
#containertwo {
  width: 800px;
}

#flashcontainer {
	width: 800px;
	height: 600px;
}
#footcontainer {
	width: 800px;
	height: 67px;
margin-top: 2px;
margin-bottom: 5px;
}

#twittcontainer {
	width: 265px;
      height: 67px; 
	
  left: 0px;
  top: 0px;
	}




#menu {
  list-style: none;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 5px;
  width: 800px;
  height: 67px;
  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 .work {
  width: 265px;
  height: 67px;
  background: url(import/img/work_265x67.jpg) no-repeat;
  left: 535px;
  top: 0px;
}
#menu .work span {
  width: 265px;
  height: 67px;
  background: url(import/img/work_over_265x67.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .about {
  width: 266px;
  height: 67px;
  background: url(import/img/about_266x67.jpg) no-repeat;
  left: 267px;
  top: 0px;
}
#menu .about span {
  width: 266px;
  height: 67px;
  background: url(import/img/about_over_266x67.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .twitt {
  width: 265px;
  height: 67px;
  background: url(import/img/twitt_265x67.jpg) no-repeat;
  left: 0px;
  top: 0px;
}
