body {
	margin: 0px;
	font: normal 13px/1.3em Georgia, times new roman, serif;
	background: transparent url(../img/sen_ld_grass.jpg) center top;
	}
	
#wrap {
	width: 100%;
	height: 766px;
	background: transparent url(../img/sen_ld_bg.jpg) repeat-x center top;
	}

#center {
	width: 760px;
	margin: 0px auto;
	}
	
#top {
	width: 760px;
	height: 280px;
	float: left;
	background: transparent url(../img/sen_ld_top.jpg) no-repeat top left;
	}
	
#nav {
	position: absolute;
	top: 125px;
	left: 50%;
	list-style: none;
	margin: 0px 0px 0px -350px;
	padding: 0px;
	width: 130px;
	}
	
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#nav a {
	display: block;
	float: left;
	width: 130px;
	color: white;
	text-decoration: none;
	font: normal 12px/14px Georgia, times new roman, serif;
	padding: 3px;
	}
	
#nav a:hover {
	color: black;
	background-color: white;
	}
	
#castle {
	float: left;
	width: 760px;
	height: 474px;
	background: transparent url(../img/sen_ld_bottom.jpg) no-repeat top left;
	}
	
#content {
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: 16px;
	width: 312px;
	font: normal 13px/16px Georgia, times new roman, serif;
	color: black;
	}
	
#footer {
	position: absolute;
	top: 710px;
	left: 50%;
	margin-left: -10px;
	width: 350px;
	text-align: center;
	font-size: 12px;
	}