body {
	padding: 0;
	margin: 0; 
	overflow: hidden;
	}

img {	
	border: 0;  /* not required here, but a good practice anyway */
	}
h1 {
	font-family: arial,sans-serif;
	font-size: 1.75em;
	letter-spacing: -.05em;
	font-weight: normal;
	color: #cccccc !important;
	line-height: 50%;
	}

img.sample {
	width:  100%  /*33.75em;    = 540px */
	}

img.logo {
	height:  100%  /*33.75em;    = 540px */
	}

#otext {
	font-family: arial,sans-serif;
	font-size: 7em;
	letter-spacing: -.05em;
	font-weight: normal;
	color: #F7931E !important;
	line-height: 75%;
	}
#btext {
	font-family: arial,sans-serif;
	font-size: 7em;
	letter-spacing: -.09em;
	font-weight: bolder;
	color: #000000 !important;
	line-height: 75%;
	}

#wrapper {
	padding: 0em;
	margin: 0; 
	top:0px;
	Position: Absolute;
	left: 50%;
	margin-left:-50%;
	width:100%;
	height:33%;
	z-index: 1;
	}
#title {
	Position: relative;
	margin-top: -9%;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
	width:100%;
	height:100%;
	}

#blackbar{
	position: absolute;
	top: 80%;
	height: 20%;
	background-color: #000000;
	width:100%;
	z-index: 0;
	text-align: right;
	font-family: arial,sans-serif;
	font-size: .7em;
	font-weight: bolder;
	color: #666666 !important;
	line-height: 75%;
	}


