/* CSS Document */

body {
background-position: fixed;
background: url(../img/bgimg1.jpg);
background-color:#333333;
font-family: "Trebuchet MS", Calibri, Verdana;
color:#FFFFFF;
font-size:12px;
padding: 10% 0 0 0;
text-align:center;
}


img {
border: 0px;
}


#field {
background:#FFFFFF;
border: 20px #FFFFFF solid;
width: 25%;
color:#000000;
margin:auto;
padding: 0px;
}

#field a, a:link, a:active, a:visited {
 font-size: 12px;
 color: #000000;
 text-decoration: none;
}

#field a:hover {
 text-decoration: underline;
}

#copyright {
position: absolute;
 right: 10px;
 bottom: 10px;
 font-size: 11px;
 color: #b5e51d;
}

#footer a, a:link, a:active, a:visited {
 font-size: 11px;
 color: #FFFFFF;
 text-decoration: none;
}