/* The first line is to eliminate the outline around a clicked flash piece */
object {outline:none}
/* end outline bit */

body {
    text-align: center;
    font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
    font-size: 11px; 
    background-color: #000;
    color:white;
}

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -28px;
}
.footer, .push {
    height: 28px;
}

.footer {
    color:#fff;
    background-color: #000;
    z-index:1000;
    line-height: 28px;
}
#foot_left {
    width:430px;
    text-align:left;
    float:left;
    padding-left:10px;
}
#foot_right {
    width:340px;
    text-align:right;
    padding-right:10px;
    float:right;
}
.footer a {
    color:white;
    text-decoration:none;
    padding:0 10px;
}
#newsclip_signup {
    padding:2px;
    background-color:#0c0c0c;
    margin-top:4px;
    height:12px;
    color:white;
    float:left;
    border:1px solid #323232;
}
#newsclip_submit {
    margin-top:4px;
    float:left;
}
#left_links {
    float:left;
    width:226px;
}
form {
    padding:0pt;
    margin:0pt;
    height:0pt;
}
a {
    cursor:pointer;
}
