html {
	height: 100%;
}
body {
	height: 100%;
	text-align:center;
	margin-top:0px;
	padding: 0px;
	background-color: #BFB1A3;
	background-image: url(../gfx/ti_bgPattern.gif);
	background-repeat: repeat;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #332414;
	margin:0px;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #332414;
	margin:0px;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color: #332414;
	margin:0px;
}
img {
	border-style: none;
}
a:link, a:visited, a:active, a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #332414;
	margin:0px;
}
#page {
	vertical-align:middle;
	width:340px;
	height:490px;
	margin:100px auto;
	padding:0px;
	text-align:left;
}
#header{
	width: 340px;
	height: 140px;
}
#splash {
	margin-top: -18px;
	padding: 0px;
}
#content {
	margin:0px 40px;
	width: 260px;
	height: 260px;
}
#footer{
	width: 340px;
	height: auto;
	text-align:center;
}