html {
	background-color: #121013;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #121013;
	height: 100%;
}
#container {
	color: #000000;
	background-color: #32548B;
	font-size: 1.5em;
	width: 590px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position:relative;
	top:0px;
	height: 100%;
	display:block;
	background-image: url(images/bg-private-jeweller.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	color: #D8E1F1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	position: absolute;
	z-index: 0;
	left: -1px;
	top: 0px;
	overflow: hidden;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 50;
}
#page{
	display: block;
	width: 75%;
	top: 175px;
	left:53px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	position:absolute;
	z-index:100;
	padding: 10px 20px 10px;
}
#page p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
#contact {
	display: block;
	clear: both;
	width: 100%;
}
#contact strong {
	display: block;
	float: left;
	clear: left;
	font-weight: normal;
}
#contact em {
	font-style: normal;
	font-weight: normal;
	display: block;
	clear: right;
	float: right;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #4B4C6F;
	text-align: center;
	display: block;
	font-size: 24px;
	margin:0;
	padding:0;
}
#page #credit {
	font-size: 9px;
	display:block;
	color:#21395F;
	text-align: center;
	width:100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.diamond {
	margin-top: -20px;
}

* html img,
* html .png {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "/images/_.gif") :
            '') :          
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}

