/* Index (Home Page) Css specific items*/

.Content{
	 position: absolute; 
	 background-image: url(../panel.png); 
	 background-repeat: no-repeat; 
	 width: 590px; 
	 height: 470px; 
	 z-index: 1; 
	 left: 200px; 
	 top: 150px;
}

.ContentText
{
	text-align: center;
	FONT-SIZE: 10pt; 
	COLOR: #666666; 
	FONT-FAMILY: Arial;
	LETTER-SPACING: -0.2pt; 
	FONT-WEIGHT: 400;
	position: absolute; 
	width: 580px; 
	height: 100px; 
	z-index: 1; 
	left: 0px; 
	top: 152px;

}