* {
	margin: 0;
	padding: 0;
	border: 0px;
}

html, body {
	height: 100%; /* Required */
}

body {
	color: #7caf1a;
	font: 17px Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(/images/body_rpt.png) repeat-x #fff;
}

/*general html tag styles*/
h1
{
	font-size: 1.4em;
	font-weight: normal;
	display: none;
}

p
{
	padding-top: 340px;
}
a
{
	text-decoration: none;
	color: #7caf1a;
}
a:hover
{
	text-decoration: underline;
}


/*-------------------*/

/*UI styles*/
#wrapper
{
    margin: 0 auto;
	width: 439px;
	position: relative;
    height: 430px;
	background: url(/images/bg_holding.png) no-repeat;
}

