body {
border-top: 5px solid #0e0e0e;
/*background: url('../img/whitedesert.jpg') no-repeat #878787;*/

padding:0px;
margin:0px;
font-family: Arial,
             "Helvetica Neue",
             Helvetica,
             sans-serif;
             
            width: 100%; 
    height: 100%; 
    position: absolute; 
        left: 0px; 
    top: 0px; 
    z-index: 0;

  }
  
  .stretch {
    width:100%;
position:absolute;
  }

.sticky {
margin:0px;
padding:30px;
padding-top:20px;
padding-bottom:5px;
top: 100px;
	left: 100px;
	position:fixed;
background: #eec235;
height:290px;
width:250px;
font-size:13px;
border: 2px solid #eedc3e;
border-top: 10px solid #eedc3e;


}

.sender {
top: -100px;
	left: 600px;
	height:200px;
width:180px;
}

.sender textarea {
margin-top:5px;
border:none;
background: #eec235;
height:140px;
width:200px;
font-family: georgia, serif;
font-size:12px;
}

.explanation{
color: #444;
font-size:11px;
font-style: italic;
margin-top:0px;

}

.sender .submitter {
border: 1px #333 solid;
padding: 3px;
background: #333;
color: #eec235;
cursor: pointer;

}


h1 {
font-weight:bold;
font-size:70px;
padding:0px;
margin:0px;
}

h2 {

font-size:14px;
padding:0px;
margin:0px;
margin-top:5px;
font-style:italic;
font-weight:normal;
}
ul.main {
list-style-type:none;
}
ul.main li {
padding-top:10px;
}
 ul.main li a {
text-decoration: none;
border-bottom: 2px solid #0a12cc;
font-size:14px;
color: #0a12cc;
}
  ul.main li a:hover {
  padding:2px;
background: #0a12cc;
color: #fff;
border-bottom: none;
  }
  
  
  ul.connect {
  margin:0px;
  padding:0px;
  padding-top:30px;
  }
  
  ul.connect li {
  display: inline;
list-style-type: none;
padding-right: 5px;
font-size:12px;
  }
   ul.connect li a{
   color: #0a12cc;
  text-decoration:none;
  }
  
   ul.connect li a:hover {

background: #0a12cc;
color: #fff;
border-bottom: none;
  }
  .linkedin {
  padding-left:18px;
  background: url('../img/linkedin.png') no-repeat top left;

  }
  .flickr {
  padding-left:18px;
  background: url('../img/flickr.gif') no-repeat top left;

  }
    .twitter {
  padding-left:18px;
  background: url('../img/twitter.gif') no-repeat top left;

  }
  
  
  