body
{
    font-family:Sans-Serif;
    background-color:#eFE;
    margin:0px;
    padding:15px;
    padding-top:38px;
    padding-bottom:45px;
    background-image:url(images/5000wpm.png);
    background-repeat:no-repeat;
    background-position:right top;
    background-attachment:fixed;
}
body img
{
    border:0;
}
.main
{
    background-image:url(images/bg.png);
    border:dashed 1px black;
    min-height:750px;
    padding:5px;
}
.hp
{
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    background-color:#eFE;
    width:610px;
    border:dashed 1px black;
    text-align:center;
    padding:10px;
}
.hp img
{
    border:0;
}
.header
{
    position:fixed;
    top:0;
    left:10px;
    right:10px;
    height:20px;
    border:solid 1px #aab;
    border-top:0;
    font-size:10px;
    padding-top:10px;
    padding-left:10px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/bg2.png);
    z-index:99;
}
.footer
{
    position:fixed;
    bottom:0;
    left:10px;
    right:10px;
    height:30px;
    background-image:url(images/bg2.png);
    border:solid 1px #aab;
    border-bottom:0;
    font-size:10px;
    padding-top:10px;
    padding-left:10px;
    margin-left:auto;
    margin-right:auto;
    z-index:99;
}
.drag
{
    cursor:move;
    position:absolute;
    top:100px;
    left:100px;
}
img.drag 
{
    border:solid 2px black;
    bottom:140px;
    left:50px;
    top:auto;
}
.chip
{
    background-image:url(images/chip.png);
    background-repeat:no-repeat;
    width:53px;
    height:64px;
    float:left;
    top:50px;
    right:100px;
    left:auto;
    z-index:0;
}
.story
{
    background-image:url(images/story.png);
    background-repeat:no-repeat;
    background-position:bottom;
    top:50px;
    left:50px;
    float:left;
    text-align:center;
    font-size:12px;
    /*border:solid 1px green;*/
    width:45px;
    height:60px;
    color:Yellow;
}
.story a
{
    color:inherit;
}
.story div
{
    margin-top:5px;
}
.desc
{
    margin-top:5px;
    font-size:9px;
}
#chip2
{
    top:120px;
    right:100px;
}
#chip3
{
    top:190px;
    right:100px;
}
.chipInfo
{
    position:absolute;
    bottom:100px;
    right:50px; 
    /*background-color:#f8efa0;*/
    /*background-image:url(images/drag.gif);*/
    /*border:solid 1px #e6de96;*/
    padding:5px;
    width:300px;
    height:25px;
}
.note
{
    width:182px;
    height:182px;
    top:50px;
    left:30px;
    background-image:url(images/corner.png);
    background-position: left top;
    background-repeat:no-repeat;
    padding:10px;
    float:left;
    font-size:12px;
    z-index:0;
    overflow:hidden;
}
.note a,.note p
{
    cursor:default;
}
#note_links
{
    top:170px;
    left:50px;
}
#note_me
{
    top:340px;
    left:80px;
}
#note_worked
{
    top:50px;
    left:270px;
}
#note_tweet
{
   top:100px;
   left:500px; 
}
#note_you
{   
    top:150px;
    left:280px;
}
#info
{
    padding:5px;
}
p
{
    margin:0;
    margin-top:8px;
    padding:0;
    cursor:default;
}
.note ul
{
    cursor:default;
    padding-left:30px;
}
.note li
{
    cursor:default;
    margin-top:2px;
}
.note a
{
    cursor:pointer;
}
.reading
{
    position:absolute;
    right:100px;
    top:45px;
    height:80%;
    width:35em;
    padding:5px;
    border:solid 1px black;
    background-image:url(images/bgP.png);
}
.closeReading
{
    background-color:#cac497;
    width:15px;
    height:15px;
    font-size:10px;
    text-align:center;
    float: right;
    cursor:pointer;
}
.storyTitle
{
    font-weight:bold;
    text-align:center;
    border-bottom:solid 2px black;
    margin-left:auto;
    margin-right:auto;
}
.storyText
{
    margin-top:0px;
    padding-left:10px;
    padding-right:15px;
    font-size:14px;
    height:93%;
    overflow:auto;
    border:0;
    border-bottom:solid 1px #e8e3bb;
    font-family:Serif;
}
.story a
{
	color:black;
}
.storyText p
{
    text-indent:25px;
    margin-top:15px;
}
.storyText:last-child
{
    margin-bottom:100px;
}
.storyClosed a
{
	color:yellow;
}