@charset "UTF-8";

body {
  width:920px;
  margin:50px;
  font-family:lobster;
  font-size:18px;
  background:#fff;
  background:url(http://4.bp.blogspot.com/-jjcinobHvnw/UpiDBcqH7lI/AAAAAAAACzY/Y8rYUjUzQS8/s1600/231839jm35be5swg.gif);
  background-repeat:repeat;
  background-position:top center;
  background-attachment:fixed;
  color:#fff;
}

/* =================================================================
          These elements are the main content sections we do not want seen.
=================================================================*/
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_schedule,#profile_interests_content,#profile_comments,#favorite_models_label,#favorite_models_value,#friends_label,#blurb_label,#blurb_value,#avatar_holder,#friends_value,#admirers_label,#admirers_value,#status_label,#show_message_dialog,#member_type_value,#unix_last_updated_container.container,#unix_last_login_container.container,div.heading {
  display:none;
}

/* =================================================================
          These elements are the main content information we do not want seen. 
=================================================================*/
#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#automobile_container,#pets_container,#favorite_food_container,#occupation_container,#marital_status_container,#drink_container,#drugs_container,#smoke_container,#sexual_preference_container,#country_container,#city_container,#body_type_container,#gender_container,#username_container,#cam_score_container,#school_container,#tags_container {
  display:none;
}

/* =================================================================
                                       Ratings and Admire start
=================================================================*/
/************************************* 
 
         Ratings and Admire
 
**************************************/
#average_rating img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png"] {
  background:url(http://3.bp.blogspot.com/-S3Qi7ZuwkUI/VM_8m-rmu1I/AAAAAAAAHb8/QbCSTBCGG-s/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:23px;
  height:20px;
  padding-left:23px;
}

#average_rating img[src="//1.bp.blogspot.com/-i2dmT3SDLFA/VLYHFkNpydI/AAAAAAAAHBo/_4rVgb8Zb1w/s1600/rating_off.png"] {
  background:url(http://1.bp.blogspot.com/-8ughy6xPO7Q/VM_85jQAK3I/AAAAAAAAHcI/mXSH67UlL0o/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:23px;
  height:20px;
  padding-left:23px;
}

#rating_value_bar img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png"] {
  background:url(http://3.bp.blogspot.com/-S3Qi7ZuwkUI/VM_8m-rmu1I/AAAAAAAAHb8/QbCSTBCGG-s/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:23px;
  height:20px;
  padding-left:23px;
}

#rating_value_bar img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-off.png"] {
  background:url(http://1.bp.blogspot.com/-8ughy6xPO7Q/VM_85jQAK3I/AAAAAAAAHcI/mXSH67UlL0o/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:23px;
  height:20px;
  padding-left:23px;
}

#rating_confirm {
  color:#811baf;
  text-transform:uppercase;
  font-weight:400;
  margin-left:10px;
  vertical-align:top;
}

#admirers_label form#new_admirer {
  position:absolute;
  margin-left:69px;
  margin-top:-15px;
  vertical-align:middle!important;
  text-transform:uppercase;
}

#admire_confirm {
  color:#FF0000;
}

#new_admirer {
  line-height:13px;
  z-index:3!important;
  position:absolute;
}

/* =================================================================
                                       Ratings and Admire end
=================================================================*/
/* =================================================================
                                      Tip menu start 
=================================================================*/
.tipbox {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:430px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

/* =================================================================
                                      scroll bars start 
=================================================================*/
::-webkit-scrollbar {
  width:5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  -webkit-border-radius:10px;
  border-radius:10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#520D94;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background:#520D94;
  border:1px solid #FFF;
}

/* =================================================================
                                                scroll bars end 
=================================================================*/
/* =================================================================
                                                Tip menu start
=================================================================*/
.actip {
  display:block;
  text-align:left;
  padding:10px 8px;
  font-family:lobster;
  border-bottom:1px solid #ccc;
  font-size:20px;
  color:#FFFFFF;
  margin-bottom:5px;
}

.actip span {
  display:inline-block;
  float:right;
  width:200px;
  margin-top:-5px;
}

.ger {
  display:block;
  text-align:center;
  padding-top:20px;
  padding-bottom:10px;
  height:auto;
}

.buy:link {
  display:inline-block;
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#fff;
  font-weight:bold;
}

.buy:active {
  display:inline-block;
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#fff;
  font-weight:bold;
}

.buy:hover {
  font-size:10px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(242,236,44),0 0 16px rgb(242,236,44),0 0 32px rgb(242,236,44),0 0 40px rgb(242,236,44),0 0 50px rgb(242,236,44);
  font-wight:bold;
  border:1px solid rgba(255,255,255,0.5);
  padding:11px;
  background:rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 5px 5px 0 #000;
  box-shadow:inset 0 5px 5px 0 #000;
  text-shadow:-4px 8px 9px #000;
  font-size:15px;
  position:relative;
  -moz-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -webkit-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -o-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -ms-box-shadow:0 18px 10px -9px rgba(255,255,255,.7);
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(242,236,44),0 0 16px rgb(242,236,44),0 0 32px rgb(242,236,44),0 0 40px rgb(242,236,44),0 0 50px rgb(242,236,44);
  font-weight:bold;
}  
}

.buy:visited {
  display:inline-block;
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#fff;
  font-wight:bold;
}

/* =================================================================
                                      Tip menu end 
=================================================================*/
/* =================================================================
                                      Headings start 
=================================================================*/
.neontext {
  font-size:34px;
  font-family:lobster;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
  font-wight:bold;
}

h1 {
  color:#fff;
  text-shadow:3px 3px 1px #000;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb (255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb (255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb (255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb (255,45,149);
  font-wight:bold;
}

h2 {
  font-family:lobster;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb (255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb (255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb (255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb (255,45,149);
  font-wight:bold;
}

p.law {
  font-family:lobster;
  font-size:22px;
  color:#FFFFFF;
  text-shadow:1px 1px 1px #000;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb (255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb (255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb (255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb (255,45,149);
  font-wight:bold;
}

p.club {
  font-family:lobster;
  font-size:15px;
  color:#FFFFFF;
}

/* =================================================================
                                      Headings end
=================================================================*/
/* =================================================================
                                      main picture start  
=================================================================*/
.mainpic {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:auto;
  border:double 6px #1fd1f0;
  margin-left:57px;
  padding:20px;
}

.storewrap {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:500px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
  text-align:center;
}

#st_v1 {
  display:block;
  width:900px;
  height:500px;
  overflow:hidden;
  position:relative;
  background:url(http://trupa.files.wordpress.com/2013/09/store_top.png);
  background-repeat:no-repeat;
  background-position:top;
}

.it_st img:hover {
  transform:scale(1.5,1.3);
  -ms-transform:scale(1.5,1.3);
  -webkit-transform:scale(1.5,1.3);
  z-index:99999;
  margin-top:20px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
}

.vidst_st {
  transform:scale(0,0);
  -ms-transform:scale(0,0);
  -webkit-transform:scale(0,0);
  margin-top:0;
}

.vidst_st img:hover {
  transform:scale(1.2,1.1);
  -ms-transform:scale(1.2,1.1);
  -webkit-transform:scale(1.2,1.1);
  z-index:99999;
  margin-top:20px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
}

/* =================================================================
                                       videos and store end
=================================================================*/
/* =================================================================
                                       about me section start
=================================================================*/
.gwabtme {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:autopx;
  height:auto;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

/* =================================================================
                                       about me section end
=================================================================*/
/* =================================================================
                                       member perks start
=================================================================*/
.members {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:auto;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

.mpa {
  display:inline-block;
  width:230px;
  height:250px;
  margin:1px;
  background:rgba(0,0,0,0.3);
  font-size:15px;
  color:#fff;
  text-align:center;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.mpa span {
  display:block;
  padding-top:1px;
  padding-bottom:1px;
  border-bottom:1px solid #CCC;
}

.mpa .listitem::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:rgba(0,0,0.0);
  color:rgba(215,44,44,0);
/* text-shadow:0 1px 0 #333; */
}

.mpa .name::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#0047AB;
  text-shadow:0 1px 0 #333;
}

.mp {
  padding:5px 15px;
  font-size:14px;
  margin:12px;
  float:right;
  background:rgba(0,0,0,0.3);
  border:1px solid rgba(0,0,0,0.3);
}

.mp span {
  display:block;
  padding-top:1px;
  padding-bottom:1px;
}

.mp .listitem::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#FC3;
  text-shadow:0 1px 0 #333;
}

.mp .name::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#0047AB;
  text-shadow:0 1px 0 #333;
}

/* =================================================================
                                       member perks end
=================================================================*/
/* =================================================================
                                              fan club start
=================================================================*/
#title {
  position:absolute;
  width:703px;
  height:206px;
}

#starschart {
  position:absolute;
  width:703px;
  height:556px;
  margin-top:54px;
  margin-left:109px;
}

.kwcum {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:700px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

/*-----------------[PRICE LIST START]------------------------*/
#pricing-table {
  margin:0 auto;
  text-align:center;
  width:675px;
/* total computed width = 222 x 3 + 226 */
}

#pricing-table #most-popular {
  z-index:2;
  top:-13px;
  border-width:3px;
  padding:30px 20px;
  border-radius:5px;
  box-shadow:20px 0 10px -10px rgba(0,0,0,.15),-20px 0 10px -10px rgba(0,0,0,.15);
}

/* --------------- */
#pricing-table h3 {
  font-size:20px;
  font-weight:normal;
  padding:20px;
  margin:-20px -20px 50px;
}

#pricing-table #most-popular h3 {
  margin-top:-2px;
  padding-top:58px;
  border-radius:5px 5px 0 0;
}

#pricing-table .plan:nth-child(1) h3 {
  border-radius:5px 0 0 0;
}

#pricing-table .plan:nth-child(4) h3 {
  border-radius:0 5px 0 0;
}

#pricing-table h3 span {
  display:block;
  font:bold 18px/100px Arial,Serif;
  height:100px;
  width:100px;
  margin:10px auto -65px;
  border-radius:100px;
}

/* --------------- */
#pricing-table ul {
  margin:20px 0 0;
  padding:0;
  list-style:none;
  color:#fff;
}

#pricing-table li {
  border-top:1px solid #ddd;
  padding:10px 0;
}

/* --------------- */
#pricing-table .signup {
  position:relative;
  color:#fff;
  font:bold 14px Arial,Helvetica;
  text-transform:uppercase;
  display:inline-block;
  background-color:#333;
  box-shadow:0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
  align-content:center;
}

#pricing-table .signup:hover {
  background-color:#9812b3;
  -moz-box-shadow:0 6px 8px #ffffff;
  -webkit-box-shadow:0 6px 8px #ffffff;
  box-shadow:0 6px 8px #ffffff;
}

#pricing-table .signup:active,#pricing-table .signup:focus {
  background:#000;
  top:2px;
  box-shadow:0 0 3px rgba(0,0,0,.7) inset;
}

/* --------------- */
.clear:before,.clear:after {
  content:"";
  display:table;
}

/*-----------------[PRICE LIS END]------------------------*/
/*fan club members end */
/* members start */
.members {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:auto;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
  text-align:center;
}

.wfa {
  display:inline-block;
  width:230px;
  height:250px;
  margin:1px;
  background:rgba(0,0,0,0.3);
  border:1px solid rgba(0,0,0,0.3);
  border-radius:5px;
  font-size:15px;
  color:#fff;
  text-align:center;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.boxes {
  text-align:center;
  overflow:hidden;
  white-space:normal;
  font-size:1.5em;
  list-style-type:inline;
  margin-top:-15px;
  margin-bottom:20px;
  border-bottom:4px solid #330D40;
  border-left:4px solid #330D40;
  border-right:4px solid #330D40;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  box-shadow:0 0 15px #330D40;
}

.boxtext {
  font-size:15pt;
  word-spacing:;
  text-align:center;
  overflow:auto;
  white-space:pre-line;
  padding:4px;
  overflow:hidden;
}

.boxtextcol {
  font-size:15pt;
  word-spacing:;
  text-align:center;
  overflow:auto;
  white-space:pre-line;
  padding:4px;
  -webkit-column-count:5;
/* Chrome, Safari, Opera */
  -moz-column-count:5;
/* Firefox */
  column-count:5;
  -webkit-column-width:170px;
/* Chrome, Safari, Opera */
  -moz-column-width:170px;
/* Firefox */
  column-width:170px;
  -webkit-column-gap:10px;
/* Chrome, Safari, Opera */
  -moz-column-gap:10px;
/* Firefox */
  column-gap:10px;
  -moz-column-fill:auto;
/* Firefox */
  column-fill:auto;
}

.buy-button-animation {
  animation-name:buy-button;
  -webkit-animation:buy-button 1s infinite;
  -moz-animation:buy-button 1s infinite;
  -o-animation:buy-button 1s infinite;
  animation:buy-button 1s infinite;
}

.download-now-button-a {
  background-image:url(offlinetips.png);
  background-repeat:no-repeat;
  position:fixed;
  right:0;
  bottom:0;
  height:200px;
  width:200px;
}

@keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-webkit-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-moz-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-o-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

.tabs > div:not(:target) > div {
  position:absolute;
  visibility:hidden;
}

.tabs > div:target > div {
  position:absolute;
  visibility:visible;
  z-index:999;
}

.download-now-button-buy-now {
  font-size:18px;
  padding-top:20px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-a {
  background-color:rgba();
  font-size:17px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
  bottom:10px;
  height:200px;
  position:fixed;
  text-align:center;
  width:200px;
  text-decoration:none;
  z-index:900;
}

.main {
  margin-left:200px;
}

.alien {
  position:fixed;
  top:0;
  left:0;
  width:200px;
  height:200px;
}