body, body, div, iframe, h1, h2, p {
	background-color: black;
	font: 10pt 'lucida grande', 'lucida sans unicode', 'trebuchet ms', verdana, tahoma, sans-serif;
	color: white;
	margin: 0px;
	padding: 0px;
}
body {
	background:url('/img/background-ask-lara.png') repeat-x scroll center top #141035;
}

/* Transparent png fix for IE */
img, div {
	behavior: url(css/iepngfix.htc);
}
img {
	border: 0;
}
.noflash .text a {
	text-decoration: underline;
	color: red;
}

/* Positioning */
div#wrapper {
	margin:0 auto;
	width: 990px;
	height: 590px;
}
div#content {
	margin-top: 170px;
}
div#gameFrameworkWrapper {
	position:relative;
	width: 990px;
	height: 590px;
	top:0px;
	left:0;
	margin:0;
}