@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: thin none #99CD00;
}
#wrapper #top_logo {
	height: 170px;
	background-image: url(ticket-header.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#wrapper #image_viewer {
	background-image: none;
	height: 32px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#wrapper #banner {
	height: 200px;
	background-image: url(banner.jpg);
	border: medium none #99CD00;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: bottom;
}
#wrapper #content {
	height: 705px;
	position: relative;
}
#wrapper #new_footer {
	height: 120px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 30px;
}
#wrapper #content #page_title {
	height: 40px;
	width: 300px;
	position: absolute;
	top: 40px;
	left: 60px;
	background-image: url(page_title.jpg);
}
#wrapper #content #spotlight {
	height: 40px;
	width: 250px;
	position: absolute;
	top: 0px;
	right: 45px;
	background-image: none;
}

#wrapper #content #text_box {
	height: 500px;
	width: 820px;
	position: absolute;
	left: 40px;
	top: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #0a0a0a;
	border-left-style: none;
	background-image: none;
	background-position: bottom;
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
}
#wrapper #content #text_box #innertext_box {
	height: 480px;
	width: 450px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #101010;
	border: thin none #FFFFFF;
}
#wrapper #content #text_box #innertext_box #wording {
	height: 460px;
	width: 430px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#wrapper #content #text_box #call_me_back {
	height: 230px;
	width: 330px;
	position: absolute;
	top: 30px;
	right: 10px;
	background-color: #101010;
}
#wrapper #content #text_box #testimonial {
	height: 200px;
	width: 300px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

