body {
	background-color: #000000;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	margin : 1 auto;
	text-align:center;
}

a { 
	text-decoration: none;
}
a:link { 
	color: #FFF;
}
a:visited { color: #AAA; }
a:hover {
  color: #CCC;
  text-decoration: none;
}
img {
	border:none;
}


#title {
	text-align:center;
	margin-top: 100px;
	margin: 1 auto;

}

#navigation{
	width: 61.25em;
	padding-top:20px;
	margin: 0 auto;
	text-align: center;

}
#website {
  width: 324px;
  height: 340px;
  float:left;
}
#blog {
  width: 324px;
  height: 351px;
  float:left
}
#proofs {
  width: 324px;
  height: 351px;
  float:left;
}