/*** Set Default ***/
/* Lists */
ul, ol, dl, li { margin: 0; padding: 0; list-style: none; }
/* Links */
a img, iframe { border: none; }
a, a:link { text-decoration: none; color: #252525; text-decoration: underline; }
a:hover { outline: none; text-decoration: none; }
/* forms */
form, fieldset { margin: 0; padding: 0; }
input[type="hidden"] { display: none; }
/* div */
.clear { clear:both; height:0;}
.left { float:left; }
.right { float:right; }
.hide { display: none; }
.show { display: block; }
/*** End Default ***/

body { 
margin: 0; 
padding: 0;
font-size: 100%; 
font-family: Verdana, Tohoma,  Ariel;
font-size:12px;
background: #363636 url("../images/bg.jpg") top center no-repeat;
}


#container { width: 1100px;  vertical-align:top; margin:auto;}

.bodyArea { width: 1099px;}

#playerElement { width: 640px; height: 480px; background: #000; margin-top: 372px; margin-left: 222px; }

.btn { width: 537px; height: 77px; margin-left: 280px; margin-top: 580px; }

.footer { font-size: 11px; color: #acacac; margin-top: 100px; text-align: center; padding: 4px; }
