body {
    background-image: url(background_gradient.jpg);
    background-repeat: repeat-x;
}
a {
    color:#2f2fff;
    text-decoration:none;
}
a, img { border:none;}
div.container_12 {
    min-height:1000px;
}
#orange_light {
    background-image: url('images/orange_lightbg.jpg');
    background-repeat: repeat-x;
    height:39px;
    padding:0px;
    margin:0px;
    width:960px
}
#feature {
    width:960px;
    margin:0px;
    padding:0px;
}
#top {
    margin-top:50px;
    margin-bottom:20px;
}
#red_buttons {
    float:right;
    margin-right:0px;
    padding-right:0px;
}
#red_buttons img {
    margin-top:5px;
}
#content {
    width:630px;
    margin-left:0px;
    padding-left:0px;
    min-height:500px;
}
.left {
float:left;
}
.right {
float:right;
}
