
.clearer {
    width: 100%;
    clear: both;
}

a#register{
    color: #A41A26;
    text-decoration: none;
}

a#register:hover {
    color: white;
}

div#non-footer{
    width: 100%;
}

div#content{
    width: 100%;
    background-color: #262323;
    margin-bottom: 13px;
    padding-bottom: 100px;
}

#home-content {
    width: 975px;
    margin: 0 auto;
    display: block;
    border: 8px solid #4b4a50;
    background-color: #4b4a50;
}

#galleries {
    height: 506px;
    width: 190px;
    margin-right: 8px;
    background-color: #262323;
    float: left;
}

#showreel {
    margin: 0;
    border: 0;
    width: 777px;
    height: 506px;
    float: right;
    background-color: #262323;
    overflow: hidden;
}

img#slideshow-content {
    margin: 37px 0 0 64px;
}

#favorites, #links {
    width: 100%;
    height: 180px;
    margin-top: 8px;
    background-color: #262323;
    float: left;
    line-height: 14px;
}

#links {
    background-color: #4b4a50;
}

h3 {
    color: white;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    font-weight: bold;
}

#myphotos, #contact {
    width: 483px;
    height: 100%;
    background-color: #262323;
    position: relative;
}

#myphotos {
    float: left;
}

#contact {
    float: right;
}

#galleries a {
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}

.border {
    height: 140px;
    width: 188px;
    float: left;
    background-color: #333134;
    margin: 2px;
    text-align: center;
}

.border.first {
    margin-left: 10px;
}

.border img {
    display: inline;
    margin-top: 18px;
}

.homefield {
    width: 235px;
    color: white;
    margin-left: 10px;
    font-size: 0.8em;
    height: 100px;
}

.field-button {
    margin-left: 10px;
    position: absolute;
    bottom: 20px;
}

.profile, .field-image {
    float: right;
    margin: 20px 20px 0 0;
}

#share-button {
    background: transparent url(/img/create_share.jpg) no-repeat top left;
    width: 209px;
    height: 38px;
    display: block;
    text-indent: -1000em;
}

#share-button:hover {
    background-position: 0 -42px;
}

#blog-button {
    background: transparent url(/img/visit_blog.jpg) no-repeat top left;
    width: 209px;
    height: 38px;
    display: block;
    text-indent: -1000em;
}

#blog-button:hover {
    background-position: 0 -42px;
}

#send-email-button {
    background: transparent url(/img/send_email_button.jpg) no-repeat top left;
    width: 209px;
    height: 38px;
    display: block;
    text-indent: -1000em;
    bottom: 68px;
}

#send-email-button:hover {
    background-position: 0 -42px;
}


