html
{
	background:url(../img/background.gif) repeat-x #f15092;
	font-family:Arial;
	font-size:12px;
	color:white;
}

/* PAGE */
div#page
{
	width:1248px;
	margin:0 auto;
	position:relative;
	padding-top:90px;
}

/* BRANDING */
div#branding
{
	position:absolute;
	top:24px;
	left:340px;
}

/* CONTENT */
div#content
{
	background:url(../img/content.jpg);
	height:910px;
	width:100%;
}

div#content div.textBlock
{
	position:absolute;
}

div#content div#textBlock1
{
	left:459px;
	top:274px;
	width:524px;
}

div#content div#textBlock2,
div#content div#textBlock3,
div#content div#textBlock4
{
	left:138px;
	top:615px;
	width:285px;
}

div#content div#textBlock3
{
	left:458px;
}

div#content div#textBlock4
{
	left:778px;
}

/* FOOTER */
div#footer
{
	width:100%;
	background:url(../img/footer.png) repeat-x center top;
	_background-image:url(../img/footer.gif);
	height:18px;
	text-align:center;
	padding:50px 0 0 0;
}

