/** FIRST PAGE OF THE SITE **/
body{
	background:#99AA77;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
	color:#222;
	margin:0;
	padding:0;
}

#deadcenter {
	font-family:"Trebuchet MS", Verdana, "Lucida Grande";
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	text-align:center;
} 
#deadcenter img{
	margin:0;
	padding:0;
	border:0;
} 
#deadcenter div.images{
	width:800px;
	float:left;
}
#deadcenter div.lg{
	margin:0;
	width:149px;
	float:left;
	text-align:center;
}
.lg ul{
	padding:0;
	margin:0;
}
.lg li{
	list-style:none;
	width:149px;
}
a{
	padding:12px 0;
	display:block;
	width:149px;
	text-decoration:none;
	font-size:1.2em;
	color:#352300;
	border-bottom:1px solid #352300;
}
a:hover{
	color:#567;
	border-bottom:1px solid #abc;
}
