/**
 * STATIC FRAMES
 */ 
 
div.static_frame_1
{
	position		: absolute;
	top			: 175px;
	left			: 804px;
	width			: 141px;
	height			: 60px;
	overflow		: hidden;
}

div.static_frame_2
{
	position		: absolute;
	top			: 271px;
	left			: 801px;
	width			: 144px;
	height			: 60px;
	overflow		: hidden;
	position		: absolute;
}

div.static_frame_3
{
	position		: absolute;
	top			: 370px;
	left			: 804px;
	width			: 141px;
	height			: 60px;
	overflow		: hidden;
}

div.static_frame_4
{
	position		: absolute;
	top			: 462px;
	left			: 801px;
	width			: 144px;
	height			: 60px;
	overflow		: hidden;
	position		: absolute;
}

/**
 * STATIC CONTENT BOXES
 */ 

div.static_box_1
{
	position		: absolute;
	top			: 162px;
	left			: 18px;
	width			: 339px;
	height			: 169px;
	padding			: 0px 15px 0px 15px;
	overflow		: hidden;
}

div.static_box_2
{
	position		: absolute;
	top			: 356px;
	left			: 18px;
	width			: 339px;
	height			: 179px;
	padding			: 0px 15px 0px 15px;
	overflow		: hidden;
}

/**
 * STATIC MOUSEOVER ELEMENTS
 */
 
div.static_mouseover_1
{
	position		: absolute;
	top			: 396px;
	left			: 445px;
	width			: 135px;
	height			: 135px;
}

div.static_mouseover_1 a:hover
{
	display			: block;
	background-image	: url(../images/illustration_front_cropkids.png);
}

div.static_mouseover_2
{
	position		: absolute;
	top			: 127px;
	left			: 633px;
	width			: 135px;
	height			: 127px;
}

div.static_mouseover_2 a:hover
{
	display			: block;
	background-image	: url(../images/illustration_front_crophelp.png);
}

