body {
  font-family: 'Raleway', sans-serif;
  font-size: 12pt; 
  letter-spacing: 0.1pt;
  color: #A5A29D; 
  line-height: 27pt; 
  cursor: help;
  background: url('bg2.png') top center repeat-x, url('bg.png') top left repeat;
  background-color: #F0EBEB; 
  overflow-x: hidden;
	}

.design {
  position: absolute; 
  top: 90px; 
  left: 50%;
  margin-left: -300px;
	}

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

a:link, a:visited, a:active { 
  font-family: 'Raleway', sans-serif;
  font-size: 79%;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1px;
  color:#82776E;
	}

a:hover { 
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase; 
  color:#786662;
	}

stand, strong, b {
  font-family: 'Raleway';
  font-size: 11.5pt;
  padding: 1px;
  color: #C583A2;
	}

i {
  font-size: 11.5pt;
  padding: 2px;
  color: #DC7082;
	}

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

::selection {
	background: #0C0908;
	}