/* position the paragraphs, and we're done */

body {
  font-family: 'Helvetica', 'Arial', 'sans-serif';
  color: #d9d9d9;
  text-align: center;
}

#master_container {
  width: 600px;
	margin: 0 auto;
	text-align: left;
  padding-top: 100px;
  background-color: #000;
}

h1 {
  width: 555px;
  height: 295px;
  text-indent: -9999px;
margin-bottom: 30px;
  background: url(../images/incompetence/title.png) center center no-repeat;
}

h2.clueless {
	width: 414px;
  height: 62px;
  text-indent: -9999px;
	margin-left: -30px;
	margin-top: 30px;
  background: url(../images/incompetence/second_title.png) center center no-repeat;
}

p {
  font-size: 15px;
  line-height: 25px;
  padding-top: 20px;
  text-shadow: #000 0 0 0;
  color: #d3d3d3;
}

a:link, a:visited, a:active, a:hover {
	color: #989898;
	border-bottom: 1px solid #989898;
}

