/* CSS Document */

body {
background-image:  url(../../images/pixpat15.gif);
overflow: hidden
}

a {
text-decoration: none
}

a:hover {
text-decoration: underline
}



#bottom {
height: 60px;
left: 50%;
position: absolute;
top: 50%;
margin-top:240px;
margin-left:-320px;
width: 640px;
z-index: 6
}

#randrechts {

height: 600px;
left: 50%;
position: absolute;
top: 50%;
margin-top:-300px;
margin-left:320px;
width: 80px;
z-index: 5
}

#randlinks {

height: 600px;
left: 50%;
position: absolute;
top: 50%;
margin-top:-300px;
margin-left:-400px;
width: 80px;
z-index: 4
}



#top {
background-position: -3px -30px;
height: 60px;
left: 50%;
position: absolute;
top: 50%;
margin-top:-300px;
margin-left:-320px;
width: 640px;
z-index: 2
}

#main {
background-color: #FF7F00;
height: 480px;
left: 50%;
position: absolute;
top: 50%;
margin-top:-240px;
margin-left:-320px;
width: 640px;
z-index: 1
}

