@charset "UTF-8";
/* CSS Document sedvideo.css*/
body,html {
	height: 100%;
    margin: 0;
}

body {
    background-color: #f2f2f2;
    font-family: Verdana,Arial,Helvetica,sans-serif;
   
}

h3 {
	text-align:center;
	color:#f18622
}

.video {
    border: 0px solid #fff;	
	width:	100%;
	position:relative;

}
