* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
	background-image:url();
	background-repeat: repeat-x;
	background-color: #000000;
	text-align: center;
}

#container {
	position: relative;
	height: 100%;
	width: 100%;
}