body
{
	
 
	margin:0;
	padding:0;
 
        overflow-x:hidden; 
 
 background-image: url(images/bg.jpg)  ;
   background-position: top center;
 
  background-size:cover;
    background-repeat: no-repeat;
background-color:#ffffff;
 }


.icon {
float:left;
margin-right:10px;
}

.header {
position:absolute;
left:40px;
top:18px;
}

.header img {
width:982px;
height:742px;

}


.contain {
 
width:850px;
position:absolute;
top:645px;
left:70px;
}

.nav { 
margin-top:-5px;
text-align:center;
}


p {
 font-weight:normal;
  color:#464646;  
 font-size:16px;
line-height:26px;
text-align:justify;
letter-spacing:4px;
  color:#737373;  	    	font-family: 'Century Gothic', CenturyGothic, AppleGothic,  'Didact Gothic', sans-serif;

}

.footer {
margin:20px;
 font-weight:normal;
  color:#464646;  
 font-size:16px;
line-height:26px;
text-align:center;
letter-spacing:4px;
  color:#737373;  	    	font-family: 'Century Gothic', CenturyGothic, AppleGothic,  'Didact Gothic', sans-serif;

}


h1:first-letter {
font-size:29px;
}

h1 {
 font-weight:normal;
  color:#464646;  
 font-size:26px;
text-transform:uppercase;
text-align:justify;
text-align:right;
letter-spacing:4px;
  color:#737373;  	    	font-family: 'Century Gothic', CenturyGothic, AppleGothic,  'Didact Gothic', sans-serif;

}


h2 {
 font-weight:normal;
  color:#464646;  
 font-size:18px;
text-transform:uppercase;
text-align:justify;
text-align:right;
letter-spacing:4px;
  color:#737373;  	    	font-family: 'Century Gothic', CenturyGothic, AppleGothic,  'Didact Gothic', sans-serif;

}
 A:link.navi

{

   -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.9s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
background-color:pink;
 display:inline-block;
text-align:center;
    font-weight:normal;
   color:#757373;  	    	font-family: 'Century Gothic', CenturyGothic, AppleGothic,  'Didact Gothic', sans-serif;
background: url(images/nav.png)   repeat;
margin-bottom:10px;
margin-right:10px;
     font-size:17px;
   text-decoration:none;
   padding: 10px ;
   letter-spacing:4px;
   text-transform: uppercase;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
border-radius: 19px;

}

A:visited.navi
{
   color:#757373;  
  text-decoration:none;
}

A:hover.navi
{
   -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;

 
text-decoration:none;
  color:#a7a7a7;  
} 





a:link {
 -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;

color : #f08ea2;
text-decoration : none;
}
a:visited {
color : #f08ea2;
text-decoration : none;
}
a:hover {
 -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;

color : #f1afbc;
cursor : pointer;
text-decoration : none;
transition : 0.7s ease-out;
}
a:active {
color : #f08ea2;
text-decoration : none;
}





