* {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 10px;
	background: #000000;
	color: #000000;
}

h1, h2, h3 {
	font-size: 4px;
}

/* site */

#site {
	height: 500px;
	background-image: url("background.png");
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
	background-position:center; 
}