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

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

body {
    background-image:url(http://);
    background-repeat: repeat-x;
    background-color: #ffffff;
	text-align: center;
}

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

#container {
	width: 994px;
	height: 800px;
}

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

