/*
CSS code for www.mrpineapple.co.uk
*/


/*
Background for body and div tables
*/

body
{
background-color: #666666;
background-image: url('bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
color: black;
font-family: verdana,tahoma;
font-size: 12;
scrollbar-base-color: white; 
scrollbar-arrow-color: black;
scrollbar-DarkShadow-Color: gray; 
link: #000000;
vlink: #000000;
alink: #000000;
}

div
{
background-color: white;
color: black;
font-family: tahoma;
}

div.enter
{
position:absolute; 
top:110px; 
left:30%; 
z-index:2;
}

div.counter
{
position:absolute; 
top:700px; 
left:200px; 
z-index:2;
}

div.content
{
position:absolute; 
top:0px; 
left:0%; 
width:550px;
height:600px;
z-index:2;
}

div.copyright
{
position:absolute; 
top:600px; 
left:45%; 
width:100px; 
height:15px; 
z-index:4;
font-size:10;
font-family:tahoma;
}

div.navi
{position:absolute;
top:30px;
left:10px;
}

div.logs
{position:absolute;
top:30px;
left:10px;
}