/* CSS Document */

#html, body, ul, li, p {
margin: 0;
padding: 0; 
border: 0;
}

body {
background: url(background3.png);
font-family: trebuchet ms;
text-align: center;
margin: 0;
padding: 0;
}

p {
font-family: trebuchet ms;
color: #ffffff;
margin: 1em;
padding: 1em;
}

a:link {color: #53075a; text-decoration: none}
a:visited {color: #53075a; text-decoration: none}
a:hover {color: #00ccff; text-decoration: none}


#wrapper {
width: 400px;
margin: 0px auto;
text-align: left;
background-color: #000000;
}

#header {
width: 100%;
float: center;
background-color: #000000;
}

#menu {
width: 100%;
font-family: trebuchet ms;
font-size: 75%;
line-height: 140%;
float: center;
}

#main {
width: 100%;
background-color: #000000;
float: center;
}

#text {
width: 85%;
font-family: trebuchet ms;
font-size: 75%;
line-height: 140%;
float: center;
}

#closure {
width: 100%;
background-color: #000000;
font-family: trebuchet ms;
font-size: 65%;
line-height: 140%;
float: center;
text-align: center;
}

#end {
height: 10px;
width: 100%;
background color: #000000;
font-family: trebuchet ms;
font-size: 65%;
line-height: 140%;
float: center;

}