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

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

body {
	text-align: center;
	background: #fff url("/assets/images/background.jpg") no-repeat top right;

}

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

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

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