
body
{ 
background: #000000 url('left.jpg') no-repeat fixed top left; 
}
div.main
{
margin-top: 200px; 
margin-left: 200px; 
width: 500;
text-align: center;
}
div.right
{
margin-left: 250px; 
}
div.left
{
width: 250px;
float: left;
}
div.pro
{
margin-top: 100px; 
margin-left: 200px; 
width: 500;
}

a:link {color: #FFFFFF}     /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
a:hover {color: #AA0000}   /* mouse over link */
a:active {color: #FF0000}   /* selected link */

a
{
color: white;
}

p
{
color: white;
}

ul 
{
color: white;
list-style-image: url('tinyleaf.gif');
}