html {
	width: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #2a0303;
	margin:0px;
	padding:0px;
	text-align: center;
}

body.intro {
	background-image: url('tlo_intro.gif');
	background-repeat: repeat-x;
}
	

#main {
	width: 857px;
	margin: auto;
	padding: 0px;
}

#intro {
	padding-top: 308px;
	float:left;
}

img {
	border-width: 0px;
}