/* Layout
----------------------------*/

#content {
	background-color: white;
	border-color: black;
	border-style: double;
	border-width: 10px;
	margin-top: 90px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 400px;
	min-width: 800px;
	visibility: visible;
}

#hand {
	width: 600px;
	left: 310px;
	display: block;
	position: relative;
	z-index: 0;
	top: -100px;
}

#sentence {
	left: 10px;
	top: -560px;
	visibility: visible;
	position: relative;
	clear: left;
	height: 130px;
	width: 540px;
}

#links {
	left: 70px;
	top: -530px;
	position: relative;
	height: 70px;
	width: 400px;
}


/* HTML Elements
----------------------------*/

body {
	background-repeat: no-repeat;
	background-color: black;
}

img {
   border: none;
}

a {
	margin-right: 10px;
}
//Hack to remove the ugly border around img inside a link 
//(http://www.wait-till-i.com/2005/12/14/how-to-remove-the-ugly-border-around-an-image-in-a-link/)



