.background {position:relative; height:767px; width:1023px; background-image:url(bg.png);
background-position:-1px -1px; font-family:verdana; bold; 90%;}

.body1 {background-color:#181818; link="#181818" vlink="#969594" alink="#181818"}


#button1       {height:25px; width:100px; position:absolute; top:136px; left:80px;}
#button2       {height:25px; width:100px; position:absolute; top:136px; left:172px;}
		 
#button1:hover {height:25px; width:100px; position:absolute; top:136px; left:80px;}
#button2:hover {height:25px; width:100px; position:absolute; top:136px; left:172px;}
		 
#button1:active {height:25px; width:100px; position:absolute; top:136px; left:80px;}
#button2:active {height:25px; width:100px; position:absolute; top:136px; left:172px;}
	
#header {font:bold 100% verdana; text-decoration:underline; }
	 
#textbox {height:500px; width:824px; overflow:auto; position:absolute; top:200px; left:100px; color:#969594; text-align:left; font-family:verdana;}

 a:link    { color:#181818; text-decoration:underline; }
 a:visited { color:#181818; text-decoration:underline; }
 a:hover   { color:#ffffff; text-decoration:underline; }
 a:active  { color:#000000; text-decoration:underline; }
 
 #fusszeile {
  clear: both;
  height:20px; width:824px; position:absolute; top:718px; left:100px; 
  font: 70% verdana; color:#ffb200;
}

 #design {
  
  height:10px; width:150px; position:absolute; top:750px; left:783px; 
  font: 70% verdana; color:#00FF00;
}

 a.speziell:link {
   background-color: #181818;
   color:            #ffb200;
}

a.speziell:visited {
   background-color: #181818;
   color:            #ffb200;
}

a.speziell:hover {
   background-color: #181818;
   color:            #ffffff;
}

a.speziell2:link {
   background-color: #181818;
   color:            #00FF00;
}

a.speziell2:visited {
   background-color: #181818;
   color:            #00FF00;
}

a.speziell2:hover {
   background-color: #181818;
   color:            #ffffff;
}
 
 p.bild-box {
    float: left;
    width: 185px;
    text-align: center;
    margin: 0px;
    padding: 0;
}
p.bild-box img {
    display: block;
    margin: 0 auto;
    padding: 0 0 5px 0;
}
 
<link rel="stylesheet" href="css/videobox.css" type="text/css" media="screen" />
 
 <link rel="stylesheet" href="css/videobox.css" type="text/css" media="screen" />
Videobox.open("your video page url","your caption","vidbox widht height");
 Videobox.open("http://www.youtube.com/watch?v=ySmo5f5vrrU","Funky Chicos","vidbox widht400 height300");


