#nav1 {
 position: absolute;
 top: 10px;
 left: 0px;
}
#nav2 {
 position: absolute;
 top: 30px;
 left: 20px;
 font-size:small;
}
#items {
 position: absolute;
 top: 60px;
 left: 0px;
}
#clicky {
position: absolute;
 top: 40px;
 left: 550px;
}
#blurb {
 position: absolute;
 top: 690px;
 left: 0px;
}
#navigate {
 position:relative;
 top: -580px;
 float:right;
}
a:active {
	text-decoration: none;
	color: #17366C;
}

a:visited {
	text-decoration:underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: #4DAFEA;
}
#linkcloud {
	margin-top:.7em;
	padding: 10px;
	font-size: .9em;
	background-color: #eee;
 	position:relative;
 	top: 40px;
	float:right;
}
#linkcloud a:link, #linkcloud a:visited  {
	padding: 0px .8em .0em 0em;
	text-decoration: none;
}
#linkcloud a:active {
	text-decoration: none;
}
#games {
 position: absolute;
 top: 40px;
 left: 0px;
}
#explination{
position: absolute;
background-color: #3fe;
 top: 80px;
 left: 540px;
 }