body {
background-color: #273341;
text-align: justify;
margin: 0px;
background-image: url(bg.jpg);
background-repeat: repeat-y;
background-position: top center;
}

body, td, input, select, textarea {
font-family: arial;
font-size: 12px;
color: #A06F68;
}

a {
text-decoration: none;
font-weight: bold;
color: #EAEAD2;
}

a:hover {
color: #273341;
}

img { border: 0px; }

.content {
width: 514px;
margin: 0px auto;
}

.main {
width: 504px;
margin-top: 0px;
text-align: justify;
padding: 0px 5px 1px 5px;
}

html > body #content {
height: auto;
min-height: 300px;
}

p {
margin: 0px 0px 10px 0px;
}

h2 {
margin: 0px 0px 5px 0px;
font-size: 14px;
line-height: 10px;
letter-spacing: 3px;
text-align: right;
color: #273341;
text-transform: uppercase;
font-family: Arial;
}

input, textarea, select, .chart {
border: 0px solid black;
background-color: #273341;
margin: 0px;
color: #EAEAD2;
}

.form {
width: 400px;
}

.password {
width: 149px;
}