body {
text-align: center;	
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666;
	text-decoration: none;
}

a:hover {
	font-size: medium;
	color: #F00;
	text-decoration: none;
}
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: medium;
}

#google a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCC;
	text-decoration: none;
}

.sitemap a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999;
	text-decoration: none;
}

.sitemap a:hover {
	font-size: small;
	color: #F00;
	text-decoration: none;
}

#about{
display: none;
}
.table {
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 100%;
 }

.table .cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.container {
  text-align: center;
  width: 584px;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  }


