body {
  color                 : #3f4da1;
  font-family           : "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size             : 11px;
	margin	            : 0 0 0 0;
	padding               : 0 0 0 0;
}

h1 {
  	font-weight           : normal;
	text-transform        : lowercase;
	font-family 		  : Calibri;	
	font-size             : 32px;
	letter-spacing        : -1px;
}

h2 {
	padding 			  : 14px;
  	font-weight           : normal;
	text-transform        : lowercase;
	font-size             : 23px;
	line-height			  : 12px;

	
		  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
}

p {
  font-size             : 14px;
  line-height           : 26px;
  text-align            : justify;
  color					: #FFFFFF;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: #3f4da1;
}

a:hover {
	text-decoration: none;
	font-weight: strong;
	color: #5c73ff;
}

#background {

	top: 0px; 
	left: 0px;
}

#content {
	position: absolute;
	top: 10px;
	left: 30px;
}

#lowtext {
	position: absolute;
	bottom: 0px;
	left: 30px;
	color: #FFFFFF;
	
		  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
}

#lowtext_middle {
	 font-size             : 18px;
	position: relative;
	color: #3f4da1;
	margin:0px auto;
	bottom: 20px;
	
		  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

