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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, button
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    border: none;
}

html {
	height: 100%;
	overflow: hidden;
}
body{

	overflow:	hidden;
	height: 100%;
	width: 100%;
}

#flashContainer {
	width: 100%;
	height: 100%;
}

#backgroundImage {
	z-index: -2;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
}

.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 150px; /* .push must be the same height as .footer */
}

.footer {
	position: relative;
}

#textBox {
	padding: 35px 20px 35px 40px;
	width: 770px;
	height: 400px;
	background: url(/images/game2/textBox.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -260px 0 0 -415px;
	color: white;
	font-size: 11px;
	font-family: Arial;
	z-index: 500;
	_background-image: url(/images/game2/textBox.gif);
}

#textBox a{
	text-decoration: none;
	color: white;
}

#textBox h1{
	color: white;
	font-size: 20px;
	font-family: Arial;
	margin-bottom: 5px;
}

#textBox h2{
	color: white;
	font-size: 11px;
	font-family: Arial;
	margin-top: 10px;
	font-weight: bold;
}

#textBox ul{
	margin-left: 15px;
}

#textBox .textContainer {
	overflow-y: auto;
	height: 400px;
	padding-right: 20px;
}

