* {
    font-family: Calibri, Helvetica, sans-serif;
    color: white;
}

a {
    color: blue !important;
}

body {
    background-color: black;
	background-image: url("/img/eye.gif");
	background-repeat: no-repeat;
	background-position: 100% bottom;
	background-attachment: fixed;
}

.main {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10%;
    width: 75%;
    padding: 10px;
    min-height: calc(100% - 30px);
}

input {
    background-color: gray;
}
