@charset "UTF-8";

#profile_header.profile_section {
  background:url(http://es.fordesigner.com/smallpic/17457.jpg) no-repeat center center fixed;
  background-size:cover;
}

html {
  background:url(http://es.fordesigner.com/smallpic/17457.jpg) no-repeat center center fixed;
  background-size:cover;
}

#profile_main_about_holder.profile_row {
  background:url(http://es.fordesigner.com/smallpic/17457.jpg) no-repeat center center fixed;
  background-size:cover;
}

.profile_section_background {
  background:url(http://es.fordesigner.com/smallpic/17457.jpg) no-repeat center center fixed;
  background-size:cover;
}

#fixed_background {
  background:url(http://es.fordesigner.com/smallpic/17457.jpg) no-repeat center center fixed;
  background-size:cover;
}

body {
  cursor:url(http://es.fordesigner.com/smallpic/17457.jpg),pointer;
  background-image:url(http://es.fordesigner.com/smallpic/17457.jpg);
  background-position:center;
  background-size:cover;
  background-attachment:fixed;
  background-repeat:no-repeat;
  font-family:'Libre Baskerville',serif;
  font-size:12px;
  color:white;
}  
}

a {
  cursor:url(http://es.fordesigner.com/smallpic/17457.jpg),pointer;
}

a:hover {
  cursor:url(http://es.fordesigner.com/smallpic/17457.jpg),pointer;
}

#main {
  position:relative;
  text-align:justify;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  width:400px;
  height:175px;
  overflow:scroll;
  cursor:url(http://es.fordesigner.com/smallpic/17457.jpg);
}

#flag {
  padding-top:40px;
  position:fixed;
  top:-280px;
  left:20px;
  height:360px;
  width:150px;
  background-image:url(http://es.fordesigner.com/smallpic/17457.jpg);
  background-repeat:no-repeat;
  text-align:center;
  overflow:hidden;
  -webkit-transition:all .8s ease-in-out;
  transition:all .8s ease-in-out;
}

#flag:hover {
  top:0;
  -webkit-transition:all .8s ease-in-out;
  transition:all .8s ease-in-out;
}

#flag a {
  display:inline-block;
  width:120px;
  padding:2px;
  margin:5px;
  color:#ffffff;
  text-decoration:none;
  -webkit-transition:all .8s ease-in-out;
  transition:all .8s ease-in-out;
}

#flag a:hover {
  color:#aaaaaa;
  -webkit-transition:all .8s ease-in-out;
  transition:all .8s ease-in-out;
}

#alohomora a {
  position:fixed;
  left:5px;
  bottom:5px;
  opacity:.8;
  font-size:12px;
  color:#fff;
  text-shadow:none;
  -webkit-transition:.7s;
  transition:.7s;
  text-decoration:none;
}

#alohomora a:hover {
  text-shadow:0 0 7px #fff;
  opacity:1;
  color:#fff;
  -webkit-transition:.7s;
  transition:.7s;
}