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

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

body {
    background-color: #000000;
	text-align: center;
}

#main {
	position: relative;
	height: 98%;
	width: 100%;
}

#container {
	width: 930px;
	height: 700px;
}

