html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin: 0;
	padding: 0;
}

body {
	background: #2388c9;
	width: auto;
	height: auto;
	font-family:'Myriad Pro', Arial, Helvetica, Tahoma, sans-serif;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container  {
	min-width:900px;
	position:relative;
	width:100%;
	
}


#stage {
	top: 0px;
	left: 0px;
	z-index: 100;
}

.stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 900px;
	min-height: 900px;
	height:100%;
	overflow: hidden;
}



#clouds {
	background:url("cloud.jpg");
	background-repeat:repeat-x;
}

#ticket {
	width: 900px;
	height: 475px;
	z-index: 1000;
	position: relative;
	display: block;
	margin: auto;
	top: 0px;
}
#ticket_left {
	width:400px;
	height:475px;
	float:left;
}

#ticket_right {
	width:490px;
	height:475px;
	float:right;
	padding: 0px 5px 0px 0px;
}
#fb
{
	background-color:#FFF;
	width:900px;
	height:590px;
	margin:auto;
	padding-top:10px;
	border:2px;
}
#fb_left
{
	width:400px;
	height:590px;
	float:left;
}
#fb_right
{
	width:490px;
	height:590px;
	float:right;
	padding-right:5px;
}

#fotter
{
	width:900px;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding-top:15px;
	color:#000;
}
	
