@charset "utf-8";

body {
	margin:0;
	background-image: url(pictures/bg/bg_exptd.jpg);
	background-attachment: fixed;
	background-position:center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#credits {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}






#type0 {	background-image: url(pictures/bg/bg_exptd0.jpg); }
#type1 {	background-image: url(pictures/bg/bg_exptd1.jpg); }
#type2 {	background-image: url(pictures/bg/bg_exptd2.jpg); }
#type3 {	background-image: url(pictures/bg/bg_exptd3.jpg); }

#container {


}

#containerTable {
	position:relative;
	width: 830px;	
	margin: 0px auto 0px auto;
	padding-top: 30px;
	
}

#top {
	background-image: url(pictures/bg/big_top_exptd.png);
	background-repeat: no-repeat;
	height: 225px;
	background-position: left top;
}
#topImg {
	padding-left: 6px;
	padding-bottom: 0px;
	padding-top: 9px;
}
#middle {
	background-image: url(pictures/bg/bg_mid_exptd.png);
	background-repeat: repeat-y;
	background-position: left top;

	
}
#end {
	background-image: url(pictures/bg/bg-end2.png);
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
}

#midLeft {
	margin-top: 0px;
	width: 610px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	vertical-align: top;
	text-align: justify;
}

#midRight {
	vertical-align: top;
	text-align:justify;
}

#contentTable {
width:800px;
}
