﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);

body {
  background: url(../images/background.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;

  font-family:'Open Sans';
  font-size:18px;
  line-height:180%;
}

.main {
  width:770px;
  margin:0px auto;
  background: url(../images/white700.png);
}

h1 {  
  font-family:'Open Sans';
  font-size: 28px;
  line-height: 150%;
  color: #0885c2;
    margin-right: 50px;
    margin-left: 50px;
}

h2 {  
  font-family:'Open Sans';
  font-size: 22px;
  line-height: 150%;
  color: #0772a8;
      margin-right: 50px;
    margin-left: 50px;
}

p {
	margin-right: 50px;
    margin-left: 50px;
}

a {
text-decoration: none;
}



