html, body { 
   margin: 0px;
	padding:0px;
}
body { 
	text-align: center; /* Centra in IE */
	background-color: #C3C3C3;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
#main {
	background-color: #FFFFFF;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#header {
	width: 775px;
	height: 150px;
	background-color: #000000;
}
h1, h2 {
	color: #FEBF00;
	margin: 5px;
}
h1 {
	font-size: 50px;
	font-style: italic;
}
h2 {
	font-size: 18px;
}
#top_bar {
	width: 775px;
	background-color: #000000;
}
ul#top_nav {
	margin: 5px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}
ul#top_nav li {
   display: inline;
   margin-left: 10px;
	margin-right: 10px;
}
ul#top_nav a {
   color: #FFFFFF;
	text-decoration: none;
}
ul#top_nav a:hover {
   color: #FFFFFF;
	text-decoration: underline;
}

#content {
	width: 775px;
}



#main_tb_content {
	width: 775px;
}
#tdleft {
	width: 595px;
}
#tdright {
	width: 180px;
}


#tbmovies {
	margin-top: 5px;
	margin-bottom: 15px;
}
.boxvideo {
	border: 1px solid #FEBF00;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	color: #FEBF00;
	margin: 2px;
}
.boxvideo a {
	text-decoration: none;
	color: #999999;
}

#contentMenu {
	margin-top: 15px;
	margin-bottom: 15px;
}

.boxmenu {
	border: 1px solid #000000;
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 50px;
}
h4 {
	font-size: 13px;
	color: #FEBF00;
	margin: 2px;
}

#bottom { 
  width: 775px;
  height: 20px;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #000000; 
}

div#footer {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 11px;
	color: #000000;
}
div#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#footer a {
	text-decoration: underline;
	color: #000000;
}

.counter {
	display: none;
}



