html, body, img {
	padding: 0;
	margin: 0;
	border: none;
}

a, a:visited {
	color: #000000;
	}
	
a: active, a:hover {
	color: #333333;
	}

body {
	background-color: #BCE2D3;
	background-image: url(../images/bg_repeat.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#audio {
	position: relative;
	top: 0px;
	left: 60px;
	height: 120px;
	width: 120px;
}


#main {
	width: 1000px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	text-align: left;
}


#tickets_button {
	width: 226px;
	height: 103px;
	position: relative;
	top: 400px;
	left: 605px;
}

#company {
	font-size: 13px;
	color: #000000;
	margin-bottom: 20px;
}

#copyright {
	font-size: 11px;
	color: #000000;
}
