div.titlebar
{
    background-color: darkorchid;
    width: 98%;
    margin: 0 auto;
    height: 60px;
    border-style: groove;
}

button.homeButton{
    background:url(../img/Black_Home.png);
    background-repeat: no-repeat;
    width:40px;
    height:40px;
}

button.menuButton{
    background:url(../img/Menu_Over.png);
    background-repeat: no-repeat;
    width:40px;
    height:40px;
    background-size: 100%; /* To fill the dimensions of container (button), or */
    background-size: 35px auto; /* to specify dimensions explicitly */
}

.mainbanner{
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    z-index: 1;
}

.subbanner{
    text-align: center;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold; 
    color: white;
}

div.homeicondiv{
    float: left;
    position: relative;
    z-index: 0;
    top: 5px;
    left: 5px;
}

div.settingsicondiv{
    float: right;
    position: relative;
    z-index: 0;
    top: 5px;
    right: 5px;
}

div.profilesetter{
    border-radius: 25px;
    border: 2px solid darkorchid;
    padding: 20px; 
    width: 220px;
    height: 190px; 
    margin-left: auto;
    margin-right: auto;
    display: block; 
    background-color: white; 
    z-index:1002; 
    position: relative;
}

div.black_overlay{ 
    display: block; 
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index:1001; 
    -moz-opacity: 0.8; 
    opacity:.70; 
    filter: alpha(opacity=80); 
} 

.MainBody{
    font-family: sans-serif;
}

div.createCycle {
    padding: 20px; 
    border: 2px solid darkorchid;
    border-radius: 25px;
    display: block; 
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 380px; 
    margin-top: -160px; /*set to a negative number 1/2 of your height*/
    margin-left: -110px; /*set to a negative number 1/2 of your width*/
    border: 1px solid darkorchid;
    background-color: #f3f3f3;
    z-index:1002; 
}

