/* Standard Hintergrundfarbe und Schrift setzen */
body
{
   background-color: black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12;
}

#main_box
{
   position: relative;
   width: 800px;
   height: 530px;
   margin: 0px auto;
}

#text_box
{
   position: absolute;
   left: 180px;
   z-index: 3;
   color: white;
   bottom: -30px;
   font-size: 10px;
}

#text_box1
{
   position: absolute;
   left: 190px;
   z-index: 3;
   color: white;
   bottom: -30px;
   font-size: 10px;
}

#none_box
{
   position: absolute;
   left: 100px;
   right: 100px;
   z-index: 0;
}

#pic_pos
{
   position: absolute;
   right: 0px;
   bottom: 0px;
   z-index: 1;
}

#logo_pos
{
   position: absolute;
   right: 0px;
   bottom: 0px;
   z-index: 600;
   border: 1px;
}

#logo_pos1
{
   position: absolute;
   right: 0px;
   bottom: 20px;
   z-index: 600;
   border: 1px;
}

#background_pos
{
   position: absolute;
   right: -250px;
   bottom: -250px;
   width: 1280px;
   height : 800px;
   z-index: 0;
   border: 1px;
   
}




