.bg {  
	background-attachment: fixed; 
	background-color: #436cad; 
	background-repeat: repeat-x;
	background-image:url(images/bg1.jpg); 
	background-position: top; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

.thick { border: thin dropshadow(thick);
}

a:hover{text-decoration:none;color:#CC0000;}
a{text-decoration:none;color:#ffffff;}

body { background-color: #436cad;}