body {
  padding: 0;
  margin: 0;
  background: #828282 url(bg.jpg) no-repeat right top;
  width: 100%;
  display: table;
}

img,a {
	text-decoration: underline;
	color: #6c6c6c;
	margin: 0;
	padding: 0;
	border-width: 0;
}

#todo{
   text-align: center;
   vertical-align: middle;
   margin-top: -350px;
   margin-left: -545px;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 960px;
   height: 80%;
}

a:hover{
  color: #00aeef;
}
.thumb {
	margin-top: 0px;
	float: left;
	width: 94px;
	height: 70px;
	background-color: #00aeef;
	padding: 5px;
	margin-right: 10px;

}
.links {
	font-size: 12px;
	font-weight: lighter;
	line-height: 18px;
	color: #bababa;
}
.text {
	font-size: 11px;
	line-height: 18px;
	color: #8d8d8d;
}
