content {
background-color: white;
width: 100%;
}

body {
background-image: url('00029.png');
margin-left: 200px;
margin-right: 200px;
}

h1 {
text-align: center;
font-size: 18px;
word-spacing: 30px;
font-weight: bold;
}

p {
position:relative;
top:80px;
}

p1 {
position: absolute;
top: 10px;
right: 0px;
}

.middle {
text-align:center;
font-weight:bold;
}

.right {
position: absolute;
top: 10px;
right: 0px;
}

#columns {
   width:1000px;
   margin:0px;
   }

#columns .left, #columns .center{ 
   width:500px;
   margin:0px;
   float:left;
}


a:link {color: green}     
a:visited {color: green}
a:hover {color: green}
a:active {color: green}