body {
  font-family: 'Raleway', sans-serif; 
  font-size: 13pt;
  letter-spacing: 0.5pt;
  color: #736D67; 
  line-height: 26pt; 
  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: 50%;
  margin-top: -440px;
  left: 50%;
  margin-left: -750px;
	}

.content {
  position: absolute; 
  top: 180px; 
  left: 50%;
  margin-left: -100px; 
  width: 700; 
  direction: ltr; 
  padding-bottom: 40px;
  text-align: justify;
	}
.buttons {
  padding: 3px; 
  border: 0px solid #171717; 
  background: #171717;
  margin: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  transition: 0.5s ease;
  filter: grayscale(0%);
	}

.buttons:hover {
  transition: 0.5s ease;
  filter: grayscale(100%);
}

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

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

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

i {
  color: #0C0C0C;
	}

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

::selection {
	background: #D4D2D2;
	}


@media screen and (max-width: 1350px) {

.design {
  position: fixed;
  top: 50%;
  margin-top: -440px;
  left: 50%;
  margin-left: -930px;
	}

.content {
  left: 50%;
  margin-left: -250px; 
  width: 480px;
	}}