* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
	display: inline;
}

#center {
	position: absolute;
	top: -350px;
	left: -325px;
	width: 600px;
	height: 600px;
}

