/* ---------->>> Global <<<-----------*/
body
{
  background: url('mlogo.jpg') no-repeat #171717 50% 0%;
  color: white;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}
#main { height: 800px; }
h1, p { margin: 0 auto; width: 500px; }
h1 { text-indent: -9999px; }
p { margin-bottom: 15px; }

a { color: #33ccff; text-decoration: none; }
	a:hover {  text-decoration: underline; }
	