div#middle {
/*border: 3px solid red; this is a border*/
width: 100%;
}

div#middle h1 {
text-align: left;
width: 100%;
}

div#middle h2 {
/*border: 3px solid red; this is a border*/
text-align: left;
font-size: 14px;
font-weight: bold;
width: 100%;
}

div#middle p {
/*border: 3px solid red; this is a border*/
text-align: left;
font-size: 12px;
width: 100%;
}

div#middle p.style1 {
text align: center;
}

div#middle ul, li {
text-align: center;
font-size: 12px;
font-weight: bold;
list-style-type: none;
width: 100%;
}

div#middle ul ul li {
text-align: center;
font-size: 12px;
font-weight: normal;
list-style-type: none;
width: 100%;
}

body {
margin-left: 0%;
margin-right: 0%;
margin-top: 0%;
margin-bottom: 0%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6A6B73;
background-color: #000000;
background-image: url(images/mainbackground.jpg);
background-position: top left;
background-attachment: scroll;
background-repeat: no-repeat;
}

a img {
border: none;
}
