body, html {
	margin:0;
	padding:0;
	height:100%;
	font-family:"Trebuchet MS", Arial Verdana, Helvetica, sans-serif;
	font-size:14px;
}
#top-left {
position:absolute;
top:0;
left:0;
z-index:1;
}
#bottom-right {
position:absolute;
bottom:0;
right:0;
z-index:1;
}
.container {
	width:100%;
	height:100%;
	background:#EDBF9C url(../images/background.jpg);
}
.contents {
	float:left;
	width:100%;
	border:1px solid red;
	padding:0 0 0 150px;
}
.uc {
	font-family:Arial, verdana, helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	color:#FF6600;
}
img {
	border:0;
}
td a:link, td a:visited {
	text-decoration:underline;
	color:#000;
}
td a:hover {
text-decoration:none;
}
p {
	text-align:justify;
}
li {
	line-height:180%;
}