/*
  *
  * M2BRNET (m2brnet.com)
  * autor: Alexandrino Souza (alexandrino.net)
  * data de modificação: 23/10/2009
  *
*/

body					{ background: #333333;	}
a					{ color: #fff; font-size: 11px; font-family: Arial; text-align: center; margin: 10px; display: block; text-decoration: none; }
a:hover				{ text-decoration: underline; }
div#main-video		{  width: 800px; height: 460px; position: absolute; margin: -230px 0 0 -400px; left: 50%; top: 50%;}
/* ---------------------------------------------- HELPS ---------------------------------------------- */
.left				{ float: left; margin: 0px 10px 10px 0; }
.right				{ float: right; margin: 0px 0 10px 10px; }
.req				{ color: red; margin-left: 5px; }
.att 				{ color: red; font-weight: bold; }
.clearfix:after		{ content: "."; clear: both; display: block; height: 0; visibility: hidden; }
.clearfix			{ display: inline-block; }
.clearfix			{ display: block; }
