/* tiltgames.css 1.0 - stylesheet specific to Tilt Games
 * Copyright (c)2010 Tilt Software. All rights reserved.
 *
 */

h1#top a#toplink {
    background-image: url(/tilttopgames.png);
}

div.linkcontainer {
    height: 400px;
}
div.linkcontainer div.link {
    height: 145pt;
    width: 24%;
    float: left;
}
div.linkcontainer.fluid {
    height: 580pt;
    overflow: hidden;
}
div.linkcontainer.fluid div.link {
    width: 225pt;
}
div.link p {
    margin: 0;
}
div.link p.ltitle {
    margin-bottom: 3pt;
}
div.link p.lprev img {
    width: 100pt;
    height: 100pt;
    border-width: 2px;
}
p.browsenav {
    text-align: center;
}
