html {
	height:100%;
}

body {
	margin:0;
	height:100%;
	background-image:url(images/body-rpt.png);
	background-repeat:repeat-y;
	background-position:top;
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4;
}

h1 {
	margin:0;
	padding-top:0;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin:0;
	padding-bottom:8px;
}

ul {
	padding-bottom:8px;
	margin-top:0;
	margin-bottom:0;
}

li {
	padding-bottom:8px;
}

img {
	border:none;
}

.container {
	min-height:100%;
	_height:100%;
	position:relative;
	background-image:url(images/body.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.content-out {
	width:100%;
	padding-bottom:181px;
	height:100%;
}

.header {
	background-image:url(images/header.png);
	width:884px;
	height:71px;
	margin:auto;
}

.bigbuttons {
	width:884px;
	height:235px;
	margin:auto;
}

.navbar {
	height:39px;
	width:884px;
	margin:auto;
}

.content {
	width:824px;
	margin:auto;
	height:100%;
	padding:30px;
	padding-bottom:200px;
}

.footer {
	background-image:url(images/footer.jpg);
	height:21px;
	width:100%;
	background-position:bottom;
	position:absolute;
	bottom:0;
	padding-top:160px;
	text-align:center;
	line-height:21px;
	font-size:10px;
	color:#bfffb1;
}

.footer a {
	color:#bfffb1;
}

.footer a:hover {
	color:#32c412;
}

a {
	color:#CCCCCC;
}

a:hover {
	color:#999999;
}