body 

{

background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-image: url(MaleShilouette.gif);
}


/* this is a class selector*/

.columntwo
{
color: #666666;
font-family: Verdana, Arial, Helvetica, san-serif;
font-size: 16px;
font-weight: 700;
padding: 5px;
}

.columnthree
{
color: #666666;
font-family: Verdana, Arial, Helvetica, san-serif;
font-size: 12px;
font-weight: 500;
padding: 5px;
}

/*These are my comments

above are 2 CLASS STATEMENTS

now we get a ID STATEMENT with a hash (#), which can only
be used once.

*/

#header
{
position: absolute;
top: 0px;
left: 0px;
width: 900px;
height: 133px;
}

#columnone
{
position: absolute;
top: 140px;
left: 10px;
width: 100px;
}

#columntwo
{
position: absolute;
top: 150px;
left: 115px;
width: 673px;
}

#columnthree
{
position: absolute;
top: 140px;
left: 800px;
width: 100px;
}

/* 900 px width optimum*/

