body{
			background-color: #000000;
}

#position{
		        width: 640;
			height: 570px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -530px;
			margin-top: -260px;
}
#playerPosition{
			width: 640;
			height: 480;
			position: relative;
			left: 0px;
			top: 60px;
}
#videoTitle{
        position: absolute;
        top: 20px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: black;
        width: 200px;
        left: 50%;
        margin-left: -100px;
}
#description
{
	position: absolute;
	bottom: 0px;
	font-size: 14px;
	font-style: oblique;
	color: white;
}
#bump{
			position: relative;
			left: 14px;
			top: 3px;
}
#header{
				font-size: 18px;
				font-weight: bold;
}
   #menu{
        text-align: center;
        background-color: black;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 35px;
        width: 100%;     
        z-index: 3;
				color: white;
   }
   #menu a{
        color: white;
        position: relative;
        top:  5px;
        font-weight: bold;
        font-family: ;
   }
#videoChoice{
        width: 200px;
        position: absolute;
        top: 50px;
        right: 5;
        margin-left: ;
        height: 100%;
        color: white;
        text-align: center;
        overflow: auto;
}
iframe{
	position: absolute;
	left: 5px;
	top: 50px;
	}
	
#videoChoice2{
        width: 200px;
        position: absolute;
        top: 50px;
        left: 50%;
        margin-left: 350px;
        height: 100%;
        color: white;
        text-align: center;
			  overflow: auto;
}
b{
        color: white;
        cursor: pointer;
}
b:hover{
        font-size: 18px;
}
hr{
	 width: 50px;
	 color: gray;
}
#videoTitle{
        width: 545px;
        position: absolute;
        left: 50%;
        margin-left: -300px;
        color: white;
        text-align: center;
}
