@font-face {
  font-family: 'Reenie Beanie';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/reeniebeanie/v3/ljpKc6CdXusL1cnGUSamX8OV-75E7mII8OPOWd5roDg.eot);
  src: url(http://themes.googleusercontent.com/static/fonts/reeniebeanie/v3/ljpKc6CdXusL1cnGUSamX8OV-75E7mII8OPOWd5roDg.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/reeniebeanie/v3/ljpKc6CdXusL1cnGUSamX_n8qdNnd5eCmWXua5W-n7c.woff) format('woff');
}

.pinBoard
{
    width:98%;
    height:800px;
    border: solid 2px black;
    background:url(../images/CorkBoard.jpg);
    padding:10px;
    position:relative;
}

.note
{
    width:290px;
    height:317px;
    cursor:pointer;
    position:absolute;
    font-family: "Reenie Beanie", arial, serif !important;
    font-size:25px !important;
    background:url(../images/Post-It-Note.png);
}

.note p
{
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
    font-family: "Reenie Beanie", arial, serif !important;
    font-size:25px !important;
    overflow:hidden;
    height:298px; 
}
