@charset "UTF-8";
/* CSS Document */

body  {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

#menu {
	margin-bottom: 20px;	
}

#copyright {
	position:relative;
	bottom: 105px;
	right: 50px;
	color:#990000;
	font-size: 14px;
	float:right;
	
}

#signature {
	position: relative;
	top: -15px;
}

#title {
	float:right;
	color:#FFFFFF;
	font-size: 14px;
	margin-right: 30px;
}

#link1 { font-size: 12pt; width: 309px; height: 450px; text-decoration:none; text-align:center; position: relative; top: 20px; float: left; padding-bottom: 60px; }

	
.red { color: #900; }
