
* {margin:0; padding:0}

html, body, #page {height:100%;}

body{
  background:url(images/bg.jpg);
  background-size:cover;  background-position:center center;  background-attachment:fixed;
  color: #000000;
  text-align: justify;
}

#page {
    text-align: center;
    width: 50%;
    min-width: 375px;
    min-height: 350px;
}

#header {
    
}

#header img {
    margin-top:10%;
}

#main {
    height: 70%;
}

#main .yellow-icon  {height: 25%; position:relative}
#main .yellow-icon img {position:absolute; top:50%; left:50%; margin-top:-12px; margin-left:-8px}
#main .follow-txt   {height: 127px}
#main .social-icons ul {list-style-type:none}
#main .social-icons ul li {display: inline; margin-right:45px}
#main .social-icons ul li:last-child {margin-right:0}

#footer {

}
