﻿#displayNav
{
	width: 460px;
	height: 83px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../images/hm_nav_bg.png);
}

#displayNav img
{
	width: 110px;
}

#displayContent img
{
	position: absolute;
}


/* Large Display image Section */

#displayContent
{
	width: 460px;
	height: 440px;
	background-image:url(../images/hm_dsp_bg.png);
	margin-right: 7px;
	margin-bottom: 7px;
}


/* Display Text Section */
.homeText
{
	position: absolute;
	width: 460px;
	height: 150px;
	margin: 0 0 25px 0;
	padding: 0;
	overflow: visible;
}

