div.info {
        position: fixed;
        text-align: center;
        width: 100%;
        bottom: 10px;
        font-size: 10px;
        color: #a0a0a0;
        padding-left: 20px;
        padding-right: 20px;
}
div.center {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        color: #a0a0a0;
        text-align: left;
        font-size: 18px;
}
div.menu {
        position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
        color: #a0a0a0;
	text-align: left;
        font-size: 15px;
}
a {
        outline: none;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        margin-right: 0.625%;
        line-height: 1;
}
a:link, a:visited {
        background-color: #001240;
        color: #a0a0a0;
        padding: 14px 10px;
        text-align: left;
        text-decoration: none;
        display: inline-block;
        border: 1px solid #001240;
}
a:hover, a:active {
        color: #a0a0a0;
        border: 1px solid #a0a0a0;
}
body
{
        background-color: #001240;
        background-image: url("/images/DigitalEye-new.png");
        background-size: 42%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top;
}
