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

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

body {
	text-align: center;
	background-image:url(/assets/images/bg.jpg);
    background-color: #000000;
}

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

#container {
	width: 1240px;
	height: 870px;
}

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

