html,body	{

	background-color: #000000;
	background-attachment:fixed;
	background-image: images/bg.jpg;
	background-position:top left;
	
	margin-top: 0px;
	margin-bottom: 0px;
	

}

.blueBlock	{


		position:absolute;
		width:120px;
		height:120px;
		
		top: 0px;
		left:630px;
		
		background-color: #007AC2;


}

.siteContainer	{


		position: absolute;
		top:0px;
		width:750px;
		height:337px;

}


.textHolder	{

	left: 200px;
	width: 450px;

}

.regularText	{

		font-family:Arial;
		font-size:10px;
		color:#000000;
		text-align:justify;

}

.headline			{

		font-family:Arial;
		font-size:20px;
		font-weight:bolder;
		text-align:right;
		color:#007AC2;

}



.logo	{

	position:absolute;
	top:50px;
	left:50px;

}

a	{

		font-family:Arial;
		font-weight:bolder;
		font-size:10px;
		color:#007AC2;


}

.footerWhite	{

		font-family:Arial;
		font-size:12px;
		color:#FFFFFF;

}

.footerBlue	{

		font-family:Arial;
		font-size:12px;
		color:#007AC2;

}


span	{

		display:none;
		
		
}

.hideForPrint	{

	display: none;

}
