body {
    font-family: verdana, impact, sans-serif;
    background-image: url('stripes.png');
}
#title{
    float:left;
    margin:10px;
}
#header {
    font-size:50%;
    width:150px;
    float:right;
}
#bgtop {
    margin:0px;
    margin-top:25px;
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    height:50px;
    background-image:url('bgtop.png');
}
#bgbtm {
    margin:0px;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    height:50px;
    background-image:url('bgbtm.png');
}

#contents {
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    width:980px;
    padding: 10px;
    background: #fff;
}
#footer{
    margin-top: 10px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding:10px;
    background:#fff;
/* for IE */
filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
  
}
img {
    border: none;
}
#footer:hover {
/* for IE */
filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  /* for Mozilla */
  -moz-opacity:1.0;
}
#instructions{
    clear:both;
}
.menu {
    font-size: 25%;
}
.menu a {
    text-decoration:none;
    color: #000;
}
.step {
    margin-left:auto;
    margin-right:auto;
    margin-top: 10px;
    font-size:200%;
    width: 800px;
    background: #fff;
    clear:both;
}
.stepLabel {
    float:left;
    font-size:125%;
    font-weight:bold;
    margin:5px;
    width: 100px;
    height: 100px;
    text-align:center;
    line-height: 100px;
    color: #fff;
    background-image: url('badge.png')
}
.stepInstructions{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size: 14px;
    background-color: #f8f8f8;
}
.stepTop {
    clear:both;
    width:800px;
    height:20px;
    background-image: url('cont_top.png');
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
}
.stepBottom {
    margin-bottom:5px;
    margin-left:auto;
    margin-right:auto;
    width:800px;
    height:20px;
    background-image: url('cont_btm.png');
    clear:both;
}
.stepHeader{
    margin-left:auto;
    margin-right:auto;
    height:100px;
    width:510px;
}
.btnleft {
    margin-top:19px;
    float:left;
    width:25px;
    height:62px;
    background-image: url('button_left.png')
}
.btnmid {
    margin-top:19px;
    float:left;
    height:62px;
    line-height:62px;
    width:350px;
    color: #FFF;
    text-align:center;
    background-image: url('button_middle.png')
}
.btnright {
    margin-top:19px;
    float:left;
    width:25px;
    height:62px;
    background-image: url('button_right.png')
}
