﻿body {
background-color: #1c1c1c;
color: #8f8f8f;
margin: 0px;
padding: 5px;
font-family: Arial;
}

div {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}

#header {
margin-top: 20px;
height: 100px;
padding: 0px;
background-image:url(pics/header.png);
background-repeat:no-repeat;
}

#footer {
height: 50px;
padding: 0px;
background-image:url(pics/footer.png);
background-repeat:no-repeat;
}

#content {
height: 405px;
padding: 0px;
background-image:url(pics/content.png);
background-repeat:repeat-y;
}

table {
font-family: Arial;
font-size: 13px;
margin-left: 15px;
margin-right: 5px;
}

td {
vertical-align: top;
}

a {
text-decoration: none;
color: #6E6E6E;
}

a:hover {
color: #8EB751;
}

.style1 {
	border-width: 0px;
}
</style>