*{ margin: 0; padding: 0; }

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
img { border: none; }

body {
	background-color: #000000;
	text-align:center;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 21px;
	margin-bottom:21px;
	width: 987px;
	background: #FFFFFF;
}

a:link, a:active, a:visited {
    color: #0000a0;
    text-decoration: none;
}

a:hover {
    color: #ff00ff;
    text-decoration: none;
}
