* { margin: 0; padding: 0; }

body {
background-color:#000000;
color:#FFFFFF;
font-family:"lucida grande",sans-serif;
font-size:12px;
font-weight:bold;
text-align:center;
}

div#container {
background-color:transparent;
margin:0 auto;
padding:0 0 10px;
}

div#header {
background-color:transparent;
background-image:url('mobile-bg.png');
background-position:center top;
background-repeat:no-repeat;
font-weight:bold;
height:217px;
padding: 0 10px 0 10px;
}

div#content {
font-weight:bold;
padding:10px;
text-align:justify;
}

p {
margin:0 0 10px;
padding:0;
}

a:link, a:visited, a:active {
color:#14C2F5;
font-weight:bold;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}