/* GENERAL */
body, html {
	font: 12px/20px arial, helvetica, geneva;
  margin: 0;
  padding: 0;
	color: #404040;
}
body
{
  background-color: #2D2D2D;
	background-image: url(background.png);
  background-repeat:repeat-x;
}

* {
	margin: 0;
	padding: 0;
}


/* A */
a {
  color: #404040;
  text-decoration: underline;
}
a:hover {
  color: #943634;
  text-decoration: underline;
}


/* CONTAINER */
div#container
{
  text-align: center;
  margin: auto;
  margin-top: 60px;
  background: #FFFFFF;
  width: 400px;
}
div#content
{
  text-align: left;
  padding: 30px;
}
h1
{
  font-size: 22px;
  font-weight: normal;
  color: #943634;
  font-variant:small-caps;
  border-bottom: 1px solid #404040;
  padding-bottom: 4px;
  margin-bottom: 2px;
  text-align: right;
}
h2
{
  font-weight: normal;
  color: #404040;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: right;
  font-variant:small-caps;
}
p
{
  margin-top: 15px;
}
