﻿
.header
{
	font-size: 17px;
	
	margin-top: 140px;
	padding-right: 10px;
	font-family: Tahoma;
	font-weight: bold;
	text-align:center;
}
.footer
{
	font-size: 13px;
	text-align: center;
	font-family: Tahoma;
	
}	
	



#popupContact
{
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 432px;
	width: 720px;
	z-index: 2;
	padding: 0px;
	font-size: 13px;
	background: #FFFFFF url(DataCenter_Tops.jpg) top right;
	margin-top: 300px;
	background-repeat:no-repeat;
	
	
	
}

	
	
#popupContact #contactArea
{
	text-align: justify;
	direction: rtl;
	color: #FBC900;
	font: normal 14px tahoma;
	padding: 20px 15px 10px 0;
	width: 600px;
	float: right;
}

#popupContactClose{
font-size:40px;
line-height:20px;
left:5px;
top:5px;
position:absolute;
display:block;
text-decoration:none;
text-align:right;
}



