/* CSS Document */

.wraper
{
   max-width:1050px;
   margin:auto;
   padding:auto;
}
.bg
{
    background-image:url(..images/water.jpg);
	background-attachment:fixed;
	background-size:cover;
}













