/* Preset */
body {
	font-family: Verdana,Tahoma,Arial;
	background-color: #EBEBEB;
	margin: 0px 0px 0px 0px;
}

/* Using Class */
.Content {
	font-size: 8pt;
	font-family: Verdana,Tahoma,Arial;
	color: black;
	text-align: justify;
	padding: 0px 15px 0px 15px;
}


/* Using ID */
#video_player {
    position:absolute;
    left:10px;
    top:10px;
    width:240px;
    height:200px;
    z-index:0;
}

#video_stream {
    position:absolute;
    left:22px;
    top:32px;
    width:240px;
    height:200px;
    z-index:1;
}

#video_description {
    position:absolute;
    left:22px;
    top:220px;
    width:240px;
    height:200px;

	font-size: 7pt;
	font-family: Verdana,Tahoma,Arial;
	color: black;
	text-align: justify;
}

#video_iframe {
    position:absolute;
    left:10px;
    top:260px;
    z-index:0;
}

#video_note {
	font-size: 7pt;
	font-family: Tahoma,Verdana,Arial;
	color: gray;
}

#video_copyright {
	font-size: 7pt;
	font-family: Tahoma,Verdana,Arial;
	color: navy;
}