/* 
    Document   : index
    Created on : 2013/07/30, 13:40:37
    Author     : mas0205
    Description:
        Purpose of the stylesheet follows.
*/

#index
{
    overflow: hidden;
    background-image: url(../image/title.jpg);
    background-attachment: fixed;
    background-position: center top;
}
#login
{
    float: right;
    padding: 5px;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
.tbl-center
{
    margin-left: auto;
    margin-right: auto;
}
.tbl-right
{
    margin-left: auto;
    margin-right: 0;
}

.text-danger
{
    color: #D14;
}