body{
margin:0;
padding:0;
background-image: url(bg_wix.jpg);
background-color: grey;
background-attachment:fixed;
background-repeat:no-repeat;
background-size: 100% 100%;
background-position: center;
font-family: Georgia, Arial, Sans-Serif, Helvetica, Verdana;
font-size:13pt;
}
.videoplayer{
width: 810px;
margin: 10px auto;
padding: 10px;
}
.firs{
outline: 2px solid blue;
height:450px;
width: 800px;
margin-top: 2px;
padding: 2px;
background-image: url(bgplay2.jpg);
background-repeat:no-repeat;
}
.secon{
outline: 2px solid blue;
height:450px;
width: 800px;
margin-top: 20px;
padding: 2px;
background-image: url(bgplay2.jpg);
background-repeat:no-repeat;
}
.vid a:hover{
color:red;
}
.vid a{
color:black;
text-decoration:none;
}
.vid{
margin: 5px auto;
width:100px;
height:30px;
/*outline:2px solid green;*/
}
.onmain{
margin: 0px auto;
width: 260px;
height: 20px;
}
.onmain a{
color:blue;
text-decoration:none;
}
.onmain a:hover{
color:red;
}
.footer{
border: 1px solid blue;
height: 30px;
width: 800px;
margin:10px auto;
padding: 0px 0px 30px 0px;
}