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

#dragonHead {
	text-align: center;
	font color: silver;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
        background-image:url(/images/border3.gif);
        background-repeat:repeat-x;
        background-position: bottom center;
        height: auto;
	width: 100%;
}

div.hr {
        background-image:url(../images/border3.gif);
        background-repeat:repeat-x;
        height: 50px;
}
div.hr hr {
  display: none;
}


