@charset "utf-8";
/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#000000;
}

p {
font-family:Verdana, Arial;
font-size:15px;
line-height:20px;
color:#000000;
text-align:left;
}

p a {
color:#000000;
text-decoration:none;
}

p a:hover {
color:#000000;
text-decoration:underline;
}

h1 {
font-family:Verdana, Arial;
font-size:25px;
color:#000000;
text-align:left;
}

h1 a {
color:#000000;
text-decoration:none;
}

.container {
width:1000px;
}

.main {
background-image:url(images/background.jpg);
background-repeat:repeat-y;
padding: 20px 20px 20px 20px;
}

.address {
text-align:center;
}

.address p {
font-size:15px;
color:#000000;
text-align:center;
}

.address p a {
color:#000000;
text-decoration:none;
}

.address p a:hover {
color:#000000;
text-decoration:underline;
}

.footer {
width:1000px;
padding: 20px;
}

.footer p {
font-size:11px;
color:#666666;
text-align:center;
}

.footer p a {
color:#666666;
text-decoration:none;
}

.footer p a:hover {
color:#666666;
text-decoration:underline;
}
