.body{
background-image: url('free.jpg');
background-attachment: fixed;
}

.textcolumn{
right: 50px;
width: 500px;
background-color: #DDDDDD;
border-style: none;
font-family: sans-serif;
font-size: 80%;
padding: 15px; 
text-align:"justify";
color: black;
}
.linkcolumn{
position: absolute;
top: 2px;
right: 10px;
font-weight:bold;
text-align: right;
font-family: sans-serif;
color: white;
}
.header{
position: absolute;
top: 0;
color: white;
right: 2px;

}