html {
        padding:0px;
        margin:0px;
}

body {
        font-family: "trebuchet MS",arial,helvetiva,sans-serif;
        font-size: 12px;
        color: white;
        line-height: 18px;
        background: url(../_images/bg.gif) no-repeat top left #8b8b8b;
        padding:0px;
        margin:0px;
}
a {
        color: white;
        text-decoration: none;
}
a:hover {
        color: white;
        text-decoration: none;
}
p {
        font-family: "trebuchet MS",arial,helvetiva,sans-serif;
        font-size: 12px;
        color: white;
        }

h1 {
        font-family: "trebuchet MS",arial,helvetiva,sans-serif;
        font-size: 13px;
        color: white;
		font-weight:bold;
        }

#container {
         text-align:left;
         height: 580px;
         width: 500px;
         margin-top:35px;
         margin-left:300px;
}

img {
        border:0px;
        padding:0px 0px 0px 0px;
        margin:0px;
        display:block;
}

#notalike {
         position:absolute;
         top:0px;
         right:0px;
}

#join {
		position:absolute;
		top:35px;
		left:35px;
}


.previewbilder {
         border: 1px solid white;
         }

.right {
         color:black;
         font-size:10px;
         line-height:12px;
       }

hr {
         border: 1px solid white;
   }


#foot {
        width:500px;
        height:75px;
        line-height:12px;
}

#foot p {
        padding: 10px 0px 0px 80px;
}