/* CSS Document */body.index { background-image: url("images/bkg.jpg"); background-repeat:no-repeat; background-color:#000000; background-attachment:fixed; }body,html {    margin:0px;    padding:0px;    height:100%;}#abc {	position:absolute;	top: 50%;	left: 50%;	width:780px;	height:500px;	margin-top: -250px; /*set to a negative number 1/2 of your height*/	margin-left: -390px; /*set to a negative number 1/2 of your width*/	overflow: auto;	background-color:#FFFFFF;}#contentleft {padding:0px;float:left;margin-top:0;margin-bottom:0;margin-right:0;width:200px;}	#contentright {padding:0px;float:left;margin-top:0;margin-left:20px;width:290px;}#header, #menudiv, #cs_iframe {width:480px;}#header {height:70px;}#menudiv {height:10px;padding:0 0 10px 0;}#cs_iframe {height:380px;border:none;}#content {width:460px;}#newsitem {border-bottom: 1px dotted #cccccc;padding-top:5px;}#flashdiv {	width:270px;}.pic {padding-right:20px;}a {margin:10px 0 0 0;}desc {margin-left:40px;}.textHead {font-family:Helvetica, Arial, Verdana, sans-serif;font-size:11px;line-height:1.5em;color:#ec1f06;font-weight:bold;}.text {font-family:Helvetica, Arial, Verdana, sans-serif;font-size:11px;line-height:1.5em;color:#333333;}a:link {	color: #3366FF;	text-decoration: none;}a:visited {	color: #999999;	text-decoration: none;}a:hover {	color: #3366FF;	text-decoration: underline;}