/* 
    Document   : error
    Created on : 05-mar-2013, 13:01:26
    Author     : uxio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.error404{
    width: 500px;
    left: -250px;
    margin-left: 50%;
    position: absolute;
    height: 300px;
    margin-top: 100px;
    text-align: center;
}

.error404 p{
    font-size: 13px;
}

.error404 ul{
   margin: 0;
    padding: 0; 
}

.error404 ul li{
    list-style-type:  none;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.error404 a{
    color: blue;
}