body {
  background-color: #fff;
  color: #444;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.silverlightControlHost {
  background-color: #red;

}

.header {
width: 100%;
}

.block {
width: 750;
        margin: 0 auto;
}

.video-container {
width: 800;
        margin: 10px auto;

}

div.block  div {
display:inline-block;
 vertical-align: middle;
margin: 10px;
}


h1 {

  font-family: sans-serif;
font-size:22px;
}

#logo_border {
  height: 70px;
  border-left: 2px solid #9F2D20;
  vertical-align: middle;
}

#border_head {
  widtht: 100%;
  border-bottom: 2px solid #9F2D20;
  
}




ol { 
counter-reset: list 0; 
 list-style-image: none; 
}

li { 
list-style-type: none; 
}

li:before {
list-style-type: none; 
}


.rounded-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;	
}
 
.rounded-list a:hover {
    background: #eee;
}
 
.rounded-list a:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);	
}
 
.rounded-list a:before {
    content: counter(list);
    counter-increment: list;
    position: absolute;	
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
