@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 1100px) {


#header {
	height: 200px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/CDC_Homepage_04a.jpg);
}	
	





}



@media screen and (max-width: 650px) {

#header {
	background-image: none;
}	


}

@media screen and (max-width: 480px) {



}