@import url(core-styles.css);


#outer-image {
background-image: url(../images/sky.jpg);
background-repeat: repeat-x;
background-position: left top;
height: 120px;}

#inner-image {
background-image: url(../images/logo_EZh120.jpg);
background-repeat: no-repeat;
height: 120px;
background-position: 180px 0px;
}
