#logo {
	text-align:center;
	margin:2% 0%;
}
#links ul {
	list-style-type:none;
	margin:10% 0%;
}
body  {
	font-family:arial;
	background-color:gray;
}
#thumbs img	{ /* Image inside of thumbs div */
	width:28%; 
	margin:2% 2%;
}
#thumbs { /* Thumbs div */
	width:70%;
	float:left;
	background-image:url("final.jpg");
}
#links { /* Links div */
	width:30%; float:left;
}
#content { /* Container contains thumbs and links divs */
	width:50%;margin-left:25%;
}
#links a {
	color:white;
	text-decoration: none;
}
#links li {
	margin:10% 0%;
}
#links li a:hover{
	color: black;
}