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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

#content {
	padding:20px 20px 20px 20px;
	background-color:#333;
	width:920px;
	margin:0 auto;
	border:#999 1px solid;
	margin-top:20px;
}
#footer {
	text-align:center;
	font-size:14px;
	line-height:20px;
	width:700px;
	color:#999;	
	float:left;
}
#archive {
	float:right;
	width:200px;
}
#pageText {
	text-align:center;
	width:680px;
	color:white;
	float:left;
	margin-bottom:30px;
}
.text-white-14 {
	color:#999;
	font-size:14px;
	line-height:32px;
}
#tableContent { 
	border:5px #000 solid; 
	margin-top:50px; 
	margin-bottom:30px; 
	background-color:#000;
}
#navigation {
	width:960px; 
	margin:0px auto; 
	margin-bottom:350px;"
}