body {
	background: #efece5 url('bkg.png') center center;	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding: 128px 0 128px 0;
	text-align: center;
	
	/* standard font */
	font-family: palatino, georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #ABABAB;
	/* standard font/ */
}

#content {
	background: #efece5 url('main.gif') center center;	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	position: relative;
	top: 0px;
	left: 0px;
	width: 384px;
	height: 384px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	color: #666666;
}

#link1 a { 
	display: block; 
	position: absolute;
	top:0px;
	left:0px;
	width: 384px; 
	height: 192px; 
	background: transparent url("link1.png") no-repeat; 
	background-position: -384px 0px;
		overflow: hidden;
	text-indent: -9000px;
}

#link1 a:hover { 
	background-position: 0px 0px; 
}

#link2 a { 
	display: block; 
	position: absolute;
	top:168px;
	left:0px;
	width: 384px; 
	height: 216px; 
	background: transparent url("link2.png") no-repeat; 
	background-position: -384px 0px; 
		overflow: hidden;
	text-indent: -9000px;
}

#link2 a:hover { 
	background-position: 0px 0px; 
}

#desc {
	background: #009;
	font: 10px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	position: relative;
	top: 0px;
	left: 0px;
	width: 384px;
	height: 48px;
/*	margin: 0 auto;*/
	overflow: hidden;
}

#desc p {
	padding: 2px;
	text-align: justify;
	color: #990;
}