/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: verdana;
font-size: 12px;
color: #000000;
text-align: center;
line-height: 17px;
background-color: #e9e9e9;
width: 100%;
height: 100%;
}

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

/* DIVS */
#container {
position: absolute;
text-align: left;
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -500px;
width: 1000px;
height: 600px;
background-color: #ffffff;
border: 1px solid #000000;
}

#content {
position: absolute;
top: 120px;
left: 23px;
}

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

img.logo {
position: absolute;
top: 20px;
left: 20px;
}

/* TABLES */
td {
font-family: verdana;
font-size: 12px;
line-height: 20px;
}


/* FORMS */
.submit {
font-family: verdana;
font-size: 11px;
}

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

a:hover {
color: #08afe6;
}