@charset "UTF-8";

html {
  width:100%;
  height:100%;
}

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#090909;
  color:#131313;
  font-family:'Times New Roman';
  font-weight:bold;
  font-style:normal;
  font-size:15px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/160/16099339/532-108-122-330-5975311.jpg);
}

.profile_section_content {
  color:#131313;
  border:0 none #;
  padding:5px;
  margin:10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=65);
  opacity:.65;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#1c1c1c;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

#top {
  width:100%;
  position:fixed;
  top:50px;
  left:33%;
}

.buton {
  background-color:#294d0c;
  color:#ffffff;
  font-family:"Times New Roman",Georgia,Serif;
  font-weight:bold;
  text-decoration:none;
  border-style:ridge;
  border-color:#000;
  border-width:2px;
  height:25px;
  font-size:15px;
  width:60px;
  padding:7px 25px 8px;
}

.buton:hover {
  background-color:#a1c318;
  text-decoration:underline;
  color:#000;
}

#girl {
  position:absolute;
  top:-430px;
  left:30%;
}

#profile_main_about_holder {
  margin-top:100px;
}

#profile {
  width:60%!important;
  margin:0 auto;
}

#about_me {
  position:absolute;
  top:-200px;
  left:0;
}

#friends {
  position:absolute;
  top:0;
  left:0;
}

#skype {
  position:fixed;
  left:24px;
  top:183px;
}

#yahoo {
  position:fixed;
  left:10px;
  top:308px;
}

#amazon {
  position:fixed;
  left:10px;
  top:443px;
}

#profile_friends > div:nth-child(1) {
  margin-top:10px;
}

#skype_text {
  display:none;
  position:relative;
  top:-63px;
  left:146px;
  color:black;
  text-align:center;
  text-decoration:none!important;
  border-radius:10px;
}

#skype:hover #skype_text {
  display:block;
  text-decoration:none!important;
  width:250px;
  height:250px;
  color:#000;
}

#yahoo_text {
  display:none;
  position:relative;
  top:-63px;
  left:146px;
  color:black;
  text-align:center;
  text-decoration:none!important;
  border-radius:10px;
}

#yahoo:hover #yahoo_text {
  display:block;
  text-decoration:none!important;
  width:100px;
  height:50px;
  color:#000;
}

#amazon_text {
  display:none;
  position:relative;
  top:-63px;
  left:146px;
  color:black;
  text-align:center;
  text-decoration:none!important;
  border-radius:10px;
  background-color:#f19b5e;
}

#amazon:hover #amazon_text {
  display:block;
  text-decoration:none!important;
  width:100px;
  height:50px;
  color:#000;
}

#gender_value {
  background-image:url(http://emoticoner.com/files/emoticons/crazy-monkey/crazy-monkey-emoticon-195.gif);
  width:50px;
  height:50px;
  display:block;
}