#input {
height: 50px;
}
* {
	margin: 0;
	padding: 0;
}
a{
	font-size: 22px;
	font-family: verdana, arial, tahoma, sans-serif;
	color:#444;
      font-weight:bold;
      letter-spacing:-1px;
	text-decoration:none;
	outline: none;
	}

a:hover{text-decoration: underline;}
body {
	overflow: hidden;
      padding:<length> 0 0 0
}
div#header{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: white;
  font-size: 18px;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index: 6000;
  height:<length>;
 }
 @media screen{
  body>div#header{
   position: fixed;
  }
 }
#top{
	background: url(../images/tl.png);
	padding: 10px 0 10px 0;
	position: relative;
	top: 230px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 6000;
 }

#main {
	background: url(../images/transpBlack.png);
	padding: 10px 0 10px 0;
	position: relative;
	top: 330px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 6000;
}
#RD {
	background: url(../images/rdbg.png);
	padding: 9px 0 5px 0;
	position: relative;
	top: 330px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #444;
	font-size: 22px; text-transform: uppercase;
	z-index: 6000;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:155px;			/* Height of the footer */
		background:transparent;
text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 6000;
	}
