﻿
/*---------------------------------------- image buttons -----------------------------------*/


.HomeImageButton
{
	position: absolute;
	visibility:hidden;
}


.HomeImageTop 
{
	position: absolute;
}


.HomeImageBottom
{
	position: absolute;
	top:80px;
}


.HomeImageButton img
{
	border-width: 0;
}


/*---------------------------------- news center -------------------------------------------*/


.HomeNewsCenter
{
	position: absolute;
	visibility:hidden;
}


.HomeNewsCenterTop
{
	position: absolute;
	width:170px;
	height:90px;
	color:Black; 
	line-height:20px;
}


 .HomeNewsCenterBottom
 {
	position: absolute;
	top:90px;
 }
 
 
 .HomeNews
 {
	width:150px;
	position:absolute;
	overflow:hidden;
	top:6px; 
	left:10px;
 }


/*------------------------------------------------------------------------------------------*/


#homeCenterImage
{
	position: absolute; 
	visibility: hidden; 
	z-index: 1;
}


#homeWelcomeText
{
	padding-left:20px;
	padding-top:20px;
}