/* Texas Ventures */

body {
    background: url(gui/bg.jpg) repeat top left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    }

a {
    margin: 0px;
    padding: 0px;
    }

.clear {
    clear: both;
    }


#content {
    width: 656px;
    height: 341px;
    margin: 200px auto 0px auto;
    margin-left: auto;
    margin-right: auto;
    }

#student a {
    background: url(gui/student_on.jpg) no-repeat top left;
    background: url(gui/student.jpg) no-repeat top left;
    width: 328px;
    height: 341px;
    display: block;
    float: left;
    }

#student a:hover {
    background: url(gui/student_on.jpg) no-repeat top left;
    }

#foundation a {
    background: url(gui/foundation_on.jpg) no-repeat top left;
    background: url(gui/foundation.jpg) no-repeat top left;
    width: 328px;
    height: 341px;
    display: block;
    float: left;
    }

#foundation a:hover {
    background: url(gui/foundation_on.jpg) no-repeat top left;
    }