body {
background-color: #000000;
color: #FFFFFF;
text-align: center;
font-family: Tahoma, Geneva, sans-serif;
font-size: small;
}
a:link {
color: white;
text-decoration: none;
}
a:visited {
color: white;
text-decoration: none;
}
a:hover {
color: yellow;
}
a:active {
color: yellow;
text-decoration: none;
}
div#container {
position:absolute;
left:50%;
margin-left: -450px;
width: 900px;
text-align: left;
}
div#box {
position:absolute;
top:220px;
right:210px;
width:600px;
height: 350px;
background-image: url('../images/box_back.png');
display: none;
}
div#about {
position:absolute;
top:180px;
right:175px;
width:290px;
height: 290px;
background-color: transparent;
text-align: right;
color: black;
display: none;
}
div#subscribe {
position:absolute;
top:180px;
right:175px;
width:290px;
height: 290px;
background-color: transparent;
text-align: right;
color: black;
display: none;
}
div#contact {
position:absolute;
top:180px;
right:175px;
width:290px;
height: 290px;
background-color: transparent;
text-align: right;
color: black;
display: none;
}
div#kombi {
position:absolute;
top:180px;
right:175px;
width:290px;
height: 290px;
background-color: transparent;
text-align: right;
color: black;
display: none;
}
div#photos {
position:absolute;
top:180px;
right:175px;
width:590px;
height: 390px;
background-color: transparent;
text-align: right;
color: black;
overflow: auto;
display: none;
}
div#videos {
position:absolute;
top:200px;
right:175px;
width:350px;
height: 340px;
background-color: transparent;
text-align: left;
color: black;
overflow: auto;
display: none;
}
div#menu {
position:absolute;
top:175px;
right:10px;
width:145px;
height: 290px;
text-align: left;
color: black;
}
img {
border-style: none;
padding: 0;
margin: 0;
}
.topleft  {float: left;  width:48%; text-align:left;}
.topright {float: right; width:48%; text-align:right;}
.bottomleft {float: left; width:87%; text-align:left;}
.bottomright {float: right; width:11%; text-align:right;}
#main {height: 700px; background-image: url(../images/sfl_back.jpg); background-repeat: no-repeat; }