@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana;
	font-size: x-small;
	margin: 0px;
	height: 100%;
	min-height:100%;
}

.image {
   position: relative;
   width: 100%; /* for IE 6 */
}

h2 {
	position: absolute;
	top: 136px;
	left: 835px;
}

h2 span {
   width:600px;
   color: white;
   font: Verdana;
   font-size: x-small;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.2);
   padding: 5px;
}



#content {

}
	td.content_content {
		margin-top:100px;
		vertical-align:top;
		height:394;
		width:610;
		background-image: url('../images/contentbg.png');		
	}
#Contenttext {
	 	text-align: left;
		font-size:x-small;

}

