@charset "utf-8";

@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Viga&subset=latin,latin-ext);

html {
margin :0 0;
padding: 0 0;
}
body {
color: #1b2124;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
background: #fff url('../img/bg.jpg') top repeat-x;
}
p  {
line-height: 1.5em;
margin-bottom: 15px
}

p strong {
color: #1b2124;
}



h1 {
font-size: 3.4em;
margin:20px 0 25px 0;
} 
h1 strong {
font-weight: bold;
}


.header {
background: url('../img/logo.png') bottom center no-repeat; 
text-align: center;
height: 362px;
}


.content {
width: 900px;
text-align: center;
margin: auto;

}

.content p {
font-size:24px;
}

a, a:link, a:focus {
color: #176511;outline: 0;
}
a:hover {color: #5e5e5e;text-decoration: underline}

.clear {
clear: both;
}







