body {
margin: 0px;
padding: 0px;
background-color: #000000;
background-image: url(background.jpg);
background-repeat: repeat-y;
font-family: Arial;
font-size: 12px;
color: #000000;
text-align: justify;  
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #94D5FF; 
scrollbar-darkshadow-color: #94D5FF;
scrollbar-base-color: #94D5FF;
}

p
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 15px;
}

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

a:hover
{
color: #757CB0;
text-decoration: none;
font-weight: bold;
cursor: se-resize;
}

#image
{
position: absolute;
left: 0px;
top: 0px;
}


#content
{
position: absolute;
left: 15px;
top: 330px;
width: 360px;
}

#navigation
{
position: absolute;
left: 380px;
top: 330px;
width: 109px;
text-align: center;
}

h1
{ 
font-family: Georgia; 
color: #000000;
font-size: 18px; 
letter-spacing: 2px;  
line-height: 15px; 
text-align: center;
width: 100%; 
padding: 0 0 3px; 
margin: 0 0 5px;
}

textarea, input { 
font-family : Georgia;
font-size : 10px;
color : #000000;
background : #94D5FF;
border-top : 1px dashed #FFFFFF;
border-bottom : 1px dashed #FFFFFF;
border-right : 1px dashed #FFFFFF;
border-left : 1px dashed #FFFFFF;
} 
