body {
	background: url(content_texture.gif) repeat;
	text-transform: uppercase;
	padding: 50px 0 0;
}

h1 {
	font-family: Georgia, serif;
	color: #ffffff;
}

h2 {
	font-family: Georgia, serif;
	color: #ffffff;
}

div {
    margin: auto;
    width: 1000px;
    border: 0;
    padding: 10px;
}

table.main {
	text-align: center;
	width: 1000px;
	max-width: 1270px;
	margin: 0 auto;
	background: url(main-texture.png) 50% 0;
	border: 1px solid #444546;
	border: 1px solid rgba(101, 101, 101, 0.3);
	background-clip: padding-box;
	padding: 54px 0 69px;
	font-family: Georgia, serif;
	color: #ffffff;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
  }

  a:hover {
	color: #aaaaaa;
	text-decoration: underline;
  }

  a:active {
	color: #aaaaaa;
	text-decoration: underline;
  }