@charset "utf-8";
/* Trendwelt24.com Author: Rebecca */
*{padding: 0; margin:0 ;}

html, body { width: 100%; height: 100%; margin: 0; padding: 0; font-family:Verdana, Geneva, sans-serif;}
#wrapper {
        width:100%;
        height:100%;
        margin:auto;
        }

#wrapper2 {
        background-image: url(images/background_1.jpg);
        background-repeat:repeat-x;
        height:100%;
        margin:auto;
    }

#button {height:274px;
         width:808px;
         margin:auto;
         padding: 250px 0 200px 0;

   }

#footer {font-family: Verdana, Geneva, sans-serif;
         font-size:15px;
         color:#86b3ca;
         align:center;
         padding:0 0 0 20%;

   }

#footer a {color:#86b3ca;
           text-decoration:none;}
#footer a:hover{
        color:#86b3ca;
        text-decoration:underline;
}