#global {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
     width: 768;
     }
     
#headimg {
	position:absolute;
	left:0px;
	top:0px;
	width:768px;
	height:227px;
}   

#linkz {
	position:absolute;
	left:0px;
	top:259px;
	width:768px;
	height:42px;
	text-align: center;
	font-size: x-large;
}
   
#news {
	position:absolute;
	left:0px;
	top:315px;
	width:768px;
	height:343px;
}

a:link{color:#0033CC;}
a:visited{color:#0066CC;}
a:hover{text-decoration: overline underline;}
a:active{text-decoration: overline;}

body {		
		background-color: #000000 !important;
		background-image:url(images/dot-com.jpg) !important;
		background-repeat: no-repeat !important;
		background-attachment: scroll !important;
		
margin: 0; /* to avoid margins */
    text-align: center; /* to correct the centering IE bug*/}

          }