html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #7d0057;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 63%;
	color: #ffffff;
}
	body.towersGame {
		height: 100%;
	}
	body.competition {
		background: url(../images/bg-1680x1200.png) no-repeat top center;
	}
	.towersGame #container {
		height: 100%;
	}
h2, h3, p, ul, ol {
	margin: 0 0 0.75em 0;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
p {
	font-size: 0.9em;
	line-height: 1.4em;
}
a {
	color: #dd92b2;
	text-decoration: none;
}
a img {
	border: none 0;
}
img, div { 
	behavior: url(/css/iepngfix.htc);
}

#flashContent {
}
#altContent {
	background: url(../images/true-towers-noflash.gif) no-repeat center 150px;
	width: 627px;
	margin: 0 auto;
	padding: 524px 0 50px;
	text-align: left;
}
	#noFlash {
		width: 627px;
		position: absolute;
		top: 432px;
		text-align: center;
	}
	#altContent h2 {
		background: url(../images/true-logo-large.gif) no-repeat center top;
		height: 34px;
		margin-bottom: 32px;
	}
		#altContent h2 span {
			display: none;
		}
	.aboutTrue {
		text-align: left;
		padding: 0 10px 24px 178px;
		background-position: 22px 0;
		background-repeat: no-repeat;
	}
		.aboutTrue p {
			font-size: 1.2em;
		}
		.aboutTrue a {
			white-space: nowrap;
			text-decoration: underline;
		}
	#whoweare {
		background-image: url(../images/altContent/whoweare.jpg);
	}
	#vision {
		background-image: url(../images/altContent/vision.jpg);
	}
	#identity {
		background-image: url(../images/altContent/identity.jpg);
	}
	#packaging {
		background-image: url(../images/altContent/packaging.jpg);
	}
	#pos {
		background-image: url(../images/altContent/pos.jpg);
	}
	#advertising {
		background-image: url(../images/altContent/advertising.jpg);
	}
	#literature {
		background-image: url(../images/altContent/literature.jpg);
	}
	#newmedia {
		background-image: url(../images/altContent/newmedia.jpg);
	}
	#exhibition {
		background-image: url(../images/altContent/exhibition.jpg);
	}
	#location {
		background-image: url(../images/altContent/location.jpg);
	}
	#footer {
		text-align: center;
	}
.competition #content {
	padding: 440px 0 50px;
	text-align: center;
	background: url(../images/true-towers-competition.png) no-repeat top center;
	width: 741px;
	margin: 0 auto;
}
	.competition #content h2,
	.competition #content h3 {
		display: none;
	}
	.competition #content ol {
		width: 460px;
		text-align: left;
		padding: 0;
		margin: 0 auto;
	}
	.competition #content ol li {
		line-height: 1.3em;
		margin: 0 2.8em 0.75em 2.8em;
		list-style: decimal outside;
	}
	html>/**/body.competition #content ol li { /* not IE */
		margin: 0 2.4em 0.75em 2.4em;
	}
