there's many way to do this.

in body
Code:
<body bgcolor="Black">
</body>
in style
Code:
<style type="text/css">
BODY{
	background-color:#000000;
}
</style>
and some other ones, but i mainly use these 2.