body {
  font-family: 'Raleway', sans-serif; 
  font-size: 13pt;
  letter-spacing: 0.5pt;
  color: #736D67; 
  line-height: 20pt; 
  cursor: help;
  overflow-x: hidden;
  background-image:url('bg.png');
  background-position: right top; 
  background-color: #fff;
  background-attachment: fixed;
	}

p {
  padding: 1px;
	}

.design {
  position: fixed;
  top: 150px;
  left: 50%;
  margin-left: -410px;
	}

.content {
  position: absolute; 
  top: 220px; 
  left: 50%;
  margin-left: -90px; 
  width: 400; 
  direction: ltr; 
  padding-bottom: 40px;
  text-align: justify;
	}

a:link, a:visited, a:active { 
  font-size: 80%;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px;
  color:#AB354B;
	}

a:hover { 
  text-decoration: none;
  text-transform: uppercase; 
  padding: 3px; 
  color:#000;
	}

stand, strong, b {
  color: #AB354B;
	}

i {
  color: #0C0C0C;
	}

::-moz-selection {
	background: #0E0E0E; /* Firefox */
	}

::selection {
	background: #D4D2D2;
	}