@charset "utf-8";
/* CSS Document */

#pagetitle{ 
    content: '';
}

#pagetitle:before {
    display: block;
    content: '';
    background: url(https://www.maine.gov/msl/digital_maine_top.jpg);
    width: 980px; /* image width */
    height: 57px; /* image height */
	position:absolute;
    /* image width */
}
​

#logo{ 
    content: '';
}

#logo:before {
    display: block;
    content: '';
    background: url(https://www.maine.gov/msl/digital_maine_bottom.jpg);
    width: 980px; /* image width */
    height: 141px; /* image height */
	position:absolute;
    /* image width */
}
​

