/* RESET HTML */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li, table, tbody, thead, tr, th, td, embed, footer, header, menu, nav, section { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;  } 
footer, header, menu, nav, section { display: block; } 
ul { list-style: none; } 
table { border-collapse: collapse; border-spacing: 0; }
BODY { background: #000 ; font-family: Tahoma, Arial, "Trebuchet MS", sans-serif !important;
	font-size: 11pt !important; 
	/*color: #F5E842 !important; */
	color: #fff !important;
	margin: 0px !important;
}
IMG{ border: none; /*max-width: 100%;*/ margin: 0; margin-top:3px; padding: 0; }
.wrap{ min-width: 240px; max-width: 720px; width: 94%; margin: 0px auto; z-index: 100; }
.logo_container{ text-align:center; border-bottom:1px solid #A2A7D8; margin-bottom:20px; }
.logo{ display: inline-block;
	background-image: url(/img/logo.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.logo IMG{ width:50%; max-width:450px; min-height: 90px; }