
#contactphoto{
    background: url("/pages/contact/i/photo.jpg") no-repeat top;
    width:254px;
    height:240px;
    margin:40px 0 22px 0;
    display:block;
    position: relative;
}
#contacthello{
    background: url("/pages/contact/i/hello.gif") no-repeat top;
    display:block;
    width:196px;
    height:101px;
    position: relative;
    top:-180px;
    left:435px;
    cursor: pointer;
}

#contactoffset{
    position: relative;
    top:-280px;
}

#contactdave{
    color: #4694a6;
    font-size: 1.6em;
    padding:7px 0 0 0;
}
#contactline1{
    padding:150px 30px 50px 30px;
}

.contactbutton{
    height: 45px;
    display:block;
    line-height: 45px;
    text-decoration: none;
}
.contactbutton:link, .contactbutton:active, .contactbutton:focus, .contactbutton:hover, .contactbutton:visited{
    color:#4694a6;
}

#contactbsky{
    background: url("/pages/contact/i/bsky.gif") no-repeat left; 
}
#contacttwitter{
    background: url("/pages/contact/i/twitter.gif") no-repeat left; 
}
#contactludumdare{
    background: url("/pages/contact/i/ludumdare.gif") no-repeat left; 
}
#contactonegameamonth{
    background: url("/pages/contact/i/1gam.gif") no-repeat left; 
}
#contactandroid{
    background: url("/pages/contact/i/android.gif") no-repeat left; 
}
#contactnewgrounds{
    background: url("/pages/contact/i/newgrounds.gif") no-repeat left; 
}
#contactyoutube{
    background: url("/pages/contact/i/youtube.gif") no-repeat left; 
}
#contactgithub{
    background: url("/pages/contact/i/github.gif") no-repeat left; 
}

.contactnormaltext{
    color:#000;
}
.contactunderline{
    text-decoration: underline;
}

#contactbcard{
    background: url("/pages/contact/i/bcard.jpg");
    width:564px;
    height:303px;
    margin:80px auto;
    display:block; 
}