/* imports generic css template design from your countries chosen style */
@import url(home_32/local.css);

/* overwrites 'home_32/local.css' css design to specifically display YourCountries header image */
#header {margin:0 10px; padding:0; height:110px; background:url(images/header.jpg) left top  no-repeat;}

/* overwrites 'home_32/local.css' css design to specifically display YourCountries flag */
#countryIndicator span {background:url(images/countryBgRight.gif) top right no-repeat; display:block; padding: 0 0 0 20px; font-weight:bold;}
