/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: verdana;
font-size: 12px;
color: #000000;
text-align: center;
line-height: 17px;
background: url(../backs/html.jpg) repeat-x #124f8e;
}

/* FONTS */
h1 {
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: #000000;
margin-bottom: 10px;
}

/* DIVS */
#container {
position: absolute;
top: 20px;
left: 50%;
margin-left: -250px;
padding: 0;
width: 500px;
}

#login {
position: absolute;
width: 500px;
height: 200px;
padding: 10px 0 0 0;
background: #ffffff;
border: 1px solid #0b2b4d;
}

#copyright {
width: 500px;
padding: 10px 0 0 0;
font-size: 11px;
color: #ffffff;
text-align: right;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

/* TABLES */
td {
}

/* FORMS */
input {
font-family: tahoma;
font-size: 13px;
color: #000000;
border: 1px solid #a6d06a;
}

/* LINKS */
a {
color: #000000;
}

a:hover {
color: #000000;
}

#copyright a {
color: #ffffff;
}