
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
    background-color: #313131;
	text-align: center;
}

#main {
	position: relative;
	height: 98%;
	width: 100%;
}

#container {
	background-color: #313131;
	width: 1024px;
	height: 768px;
}

#audio {
	height: 0px;
	overflow: hidden;
}
