@charset "UTF-8";

UTF-8;
a:visited {
  color:x;
}

#profile {
  position:absolute;
  width:940px;
}

body {
  width:940px;
  margin:100px auto;
  background:url(https://img0.etsystatic.com/000/0/6164781/il_340x270.288473856.jpg) repeat;
  background-size:20px;
  color:#FFF;
  font-family:'Tulisan Tangan 74';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
}

.profile_section_content {
  color:black;
  border:0 none #;
  padding:5px;
  margin:0;
  -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_background {
  background-color:transparent;
  background-color:grey;
  filter:alpha(opacity=100);
  opacity:1;
}

.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,.me {
  padding:5px;
  background-color:#ff0099;
  color:#FFFFFF;
  font-family:'Betty Regular';
  font-weight:bold;
  font-style:normal;
  font-size:60px;
  -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:0;
}

.buttons {
  position:fixed;
  top:0;
  height:54px;
  width:940px;
  display:inline-flex;
}

.buttons img {
  margin-top:20px;
  margin-right:25px;
  border:2px solid gray;
  border-radius:15px;
}

.container {
  display:block;
  margin:0;
}

#about_me_value {
  text-align:center;
}

#status_container {
  bottom:-2px;
  left:0;
  position:fixed;
  z-index:600;
  color:white;
}

#last_login_string_container {
  bottom:-2px;
  position:fixed;
  right:0;
  z-index:600;
  color:white;
}

#status_container .label {
  min-width:40px;
}

#last_login_string_container {
  min-width:60px;
}

#status_container {
  bottom:-2px;
  left:0;
  position:fixed;
  z-index:600;
}

#unix_last_login_container {
  bottom:-2px;
  position:fixed;
  right:0;
  z-index:600;
}

#status_container .label {
  min-width:40px;
}

#unix_last_login_container .label {
  min-width:70px;
}

#blurb_container {
  display:none;
}

#header_bar,#footer_bar,#profile_header .profile_section_background,#profile_avatar,#profile_header .heading,#unix_last_updated_container,.recent_photos,#about_me_label,#profile_main_photo .heading,#profile_main_photo .profile_section_background,#username_container,#gender_container,#age_container,#country_container,#sexual_preference_container,#profile_about_me .heading,#profile_main_photo {
  display:none;
}

.corner img {
  bottom:20px;
  right:20px;
  position:fixed;
  width:100px;
}

#profile_comments {
  opacity:.8;
  filter:alpha(opacity=80);
}

.area {
  width:80%;
  margin-left:10%;
  border:2px solid black;
  background:#fbacf7;
}

.tipme {
  position:absolute;
  right:-115px;
  top:200px;
  background:url(https://img.mfcimg.com/photos2/163/16313470/804-690-379-750-8202501.png) no-repeat;
  width:250px;
  height:250px;
  background-size:250px;
  padding-top:80px;
  transform:rotate(26deg);
  -webkit-transform:rotate(26deg);
  -moz-transform:rotate(26deg);
  -o-transform:rotate(26deg);
  -ms-transform:rotate(26deg);
}

.tipmonth {
  position:absolute;
  left:-115px;
  top:200px;
  background:url(https://img.mfcimg.com/photos2/163/16313470/804-690-379-750-8202501.png) no-repeat;
  width:250px;
  height:250px;
  background-size:250px;
  padding-top:100px;
  transform:rotate(326deg);
  -webkit-transform:rotate(326deg);
  -moz-transform:rotate(326deg);
  -o-transform:rotate(326deg);
  -ms-transform:rotate(326deg);
}

.drawme {
  display:inline-table;
  text-align:center;
  width:400px;
  height:500px;
  margin-right:20px;
  min-height:200px;
  border:2px solid black;
  background:#fbacf7;
  margin-bottom:20px;
}

h1 {
  font-family:'Betty Regular';
}

@font-face {
  font-family:'Betty Regular';
  src:url(http://www.fontsaddict.com/fontface/betty-regular.ttf);
}

@font-face {
  font-family:'Tulisan Tangan 74';
  src:url(http://www.fontsaddict.com/fontface/tulisan-tangan-74.ttf);
}