body {
	margin:0; 
	padding:0 10px 0 10px; 
	border:0; 
	height:100%; 
	overflow-y:auto; 
	background: url("photos/2011footage/STC/wadejake.jpg") no-repeat;
	color:red;
	text-align:center;
	font-size:30px;
}
#motto {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0px; 
	height: 100px;
	width:360px; 
	background:white; 
	padding-top: 0px;
	padding-left: 4px;
	border: 4px groove red;
	line-height: 12px;
	font-size: 18px;
	text-align: center;
	color:red;
	padding: 0px 0px 10px 0px;
}
#linkbox a {
	color: red;
	text-decoration: none;
}

#linkbox a:hover {
	color: blue;
	padding: 2px;
	background-color: white;
	border: solid 1px blue;
	}
#linkbox {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 0px; 
	height: 370px;
	width:356px; 
	background:url("giglio.png") no-repeat; 
	border: 4px groove blue;
	text-align: right;
	line-height: 5px;
	color:blue;
	padding: 10px 0px 10px 4px;	
	font-size: 18px;	
}

