body {  
font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
color: #666666;
background: #ffffff url(img/background.jpg) no-repeat fixed;
margin: 0;
padding: 0;
}

#whitebox {  
position: absolute;
left: 299px;
top: 50px;
width: 330px;
padding:10px;
margin:0;
border: 1px #cccccc solid;
text-align: justify;
}

#author {
position: fixed;
left: 660px;
top: 130px;
width: 160px;
}

#visit {
position: fixed;
left: 660px;
top: 170px;
width: 160px;
}

#archives {
position: fixed;
left: 660px;
top: 320px;
width: 160px;
}

.textbox {
position: relative;
margin-left: 40px;
margin-right: 0;
margin-bottom:-30px;
top: -44px;
width: 290px;
background: #ccccff;
}

p {
margin-top:9px;
margin-bottom:9px;
}

.onwhite {
color: #666666;
font-size: 9px;
line-height: 12px;
text-align: left;
}

.onimage { 
color: #ffffff;
font-size: 9px;
line-height: 12px;
text-align: left;
}

.date {
width: 25px;
height: 30px;
margin: 0;
padding: 0;
background: #9999ff;
}

a:link, a:visited {
text-decoration: none;
color: #330099;
}

a:hover {
color: #330099;
text-decoration: underline;
}

a.linkonwhite:hover {
color: #330099;
text-decoration: underline;
}

a.linkonimage:hover {
color: #330099;
text-decoration: underline;
}

a.linkonwhite:link, a.linkonwhite:visited {
color: #666666;
}

a.linkonimage:link, a.linkonimage:visited {
color: white;
}


