body
{
	background: #999a99;
	margin: 10px 0 0 0;
	padding: 0;	
}

div#top-bar
{
	background: url('gradient.png') top left repeat-x;
	width: 100%;
	position: relative;
	height: 150px;
	color: #fff;
	text-shadow: #000 -2px 2px 20px;
	font: 48px/150px "Smudger LET", serif;
	text-align: center;
	z-index: -1;
}

div#date
{
	z-index: 1;
	position: absolute;
	top: 50px;
	right: 5%;
	width: 208px;
	height: 100px;
	background: url('date.png') no-repeat top left;
}

div#container
{
	margin: 50px auto;
	z-index: 1;
	width: 80%;
	background: #fff;
	padding: 10px;
	overflow: auto;
	font: 100% Garmond;
}

div#link
{
	margin: -25px auto;
	z-index: 1;
	width: 1000px;
}

div.link
{
	background: url('libk.png') no-repeat center center;
	height: 50px;
	width: 200px;
	display: block;
	float: left;
	text-align: center;
	font: 19px/50px "Trebuchet MS", serif;
	text-transform: uppercase;
	color: #fff;
}

div.link:hover {color:#000;}

/* div#flag
{
	float: right;
	margin-right: 10%;
	margin-top: 10px;
	width: 200px;
	height: 120px;
	background: url('haitiflag.png') no-repeat;
} */