body
{
    background-image: url(grainybg.png);
    background-color: #242424;
    color: #efefef;
    font: 26px century gothic;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    width: 100%;
}
img
{
    padding: 5px 5px 0px 0px;
}

h2
{
    font: 48px century gothic;
    letter-spacing: 4px;
    font-weight: 100;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 0px #000000;
    text-shadow: 0px 0px 6px #000000;
    padding-top: 30px;
    position: relative;
    top: 20px;
}
.timecontainer
{
    background-image: url(27black.png);
    background-color: transparent !important;
    color: #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 20px;
    width: 460px;
    margin: 0 auto;
}
#time
{
    font: 72px arial;
    color: #ffffff;
    text-shadow: 1px 1px 0px #000000;
    text-shadow: 0px 0px 6px #000000;
}
input#mins, input#secs
{
    background-image: url(15lightgrey.png);
    background-color: transparent !important;
    color: #ffffff;
    border: 0px !important;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    padding: 5px;
    margin-top: 10px;
    width: 100px;
    font-size: 22px;
}
.label
{
    height: 100px;
}

.topborder
{
    background-repeat: repeat-x;
    background-image: url(topshadow.png);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 125px;
    z-index: 300;
    width: 100%;
}
.leftborder
{
    background-image: url(left-border.png);
    width: 165px;
    left: 0px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-repeat: repeat-y;
}
.rightborder
{
    background-repeat: repeat-y;
    background-image: url(rightshadow.png);
    width: 221px;
    position: fixed;
    top: 0px;
    left: 100%;
    margin-left: -221px;
    z-index: 400;
    height: 100%;
}
.bottomborder
{
    background-repeat: repeat-x;
    background-image: url(bottomborder.png);
    height: 150px;
    z-index: 300;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
