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

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

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

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

#container {
	width: 1024px;
	height: 750px;
}

#audio {
	height: 0px;
	overflow: hidden;
}
