/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  html { height: 100%;
    width: 100%;
    height: 100%;
    }

  body { margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-family: Verdana,Arial,Sans-Serif;
    color: #000;
    background-color: #fff;
    background-image: url(../images/body_background.jpg);
    background-repeat: repeat-x;
    }
    
#all-page {
 padding: 0px;
 margin: 0px;
 position: absolute;
 left: 50%;
 top: 50%;
 height: 500px;
 width: 640px;
 margin-left: -320px;
 margin-top: -250px;
 background-image: url(../images/start_page.jpg);
 background-repeat: no-repeat; 
 border: none;
}

#content {
 margin-top: 430px;
}

.two-col-50-50-left-col,
.two-col-50-50-right-col {
 float: left;
 width: 44%;
}

.two-col-50-50-left-col {
 text-align: right;
}

.two-col-50-50-pad {
 width: 10%;
 float: left;
}
.two-col-50-50-clear {

}

a,
a:hover,
a:visited:hover {
 color: #000;
 text-decoration: none;
 font-size: 1.8em;
}

.align-right {
 text-align: right;
}
