﻿html{
  background-color: #F2F2F2;
  font-family: "Arial", Monaco, monospace;
  padding: 30px;
}
html div{
  padding: 0px;
}

.infotext a{
  color: #000000;
  text-decoration:none;
}

.infotext a:hover{
  text-decoration:none;
}

.grey{
  width: 250px;
  margin: 0 auto;
  text-align: center;
  border: 1em gray;
  background: #F2F2F2;
  background-clip: border-box;
  padding: 3px 3px 3px 3px;
  color: #000000;
}



.screen{
   max-width: 900px;
   margin:0 auto;
   text-align: center;
}

.infotext{
  text-align: left;
  font-size: 12px;
  padding: 50px 10px 10px 10px;
  color: #000000;
}

.links{
  text-align: center;
}
.links a{
  padding: 3px 3px 3px 3px;
  margin-right: 20px;
  background: #A4A4A4;
  background-clip: border-box;
  color: #0000FF;
}

.post-it {
background:#fefabc; 
padding:15px; 
font-family: 'Gloria Hallelujah', cursive; 
font-size:15px; 
color: #000; 
width:200px; 
float:right;
-moz-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-o-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);

box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

}

#yellow {
  position: absolute;
  width: 300px;
  height: 300px;
  right:0px;
  top:0px;
  background: url(MagSoft.png) no-repeat scroll 100% 0%;
  border: 0px none transparent;
  -webkit-transition: 2s;
}

#yellow:hover {
  border: 0px none transparent;
  width: 400px;
  height: 400px;
}

#yellow:hover #red {
  opacity: 1;
  transition: opacity 0.1s;
}

#red {
  position: absolute;
  background: linear-gradient(225deg, rgba(255, 255, 255, 0), rgba(243, 243, 243, 0.3) 45%, rgba(221, 221, 221, 0.3) 50%, rgb(170, 170, 170) 50%, rgb(187, 187, 187) 56%, rgb(204, 204, 204) 62%, rgb(243, 243, 243) 80%, rgb(255, 255, 255) 100%) repeat scroll 0% 0%, transparent url(MagSoft.png) repeat scroll 100% 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 0px none transparent;
  transition: opacity 0.1s 2.9s;
}

#corner {
  position: absolute;
  background: linear-gradient(225deg, rgba(255, 255, 255, 0), rgba(243, 243, 243, 0.3) 45%, rgba(221, 221, 221, 0.3) 50%, rgb(170, 170, 170) 50%, rgb(187, 187, 187) 56%, rgb(204, 204, 204) 62%, rgb(243, 243, 243) 80%, rgb(255, 255, 255) 100%) repeat scroll 0% 0%, transparent no-repeat scroll 0% 0%;
  width: 100%;
  height: 100%;
}