  body {
  	padding-left: 93px;
	padding-top: 235px;
  	font-family: Arial, Helvetica, sans-serif;
    color: #6E7575;
    background-color: #000000}

  .blackfont {color: #000000}
Z
  .Itallic_1 {
	font-size: 13px;
	font-style: italic;}
	.Bluetext {
	color: #201867;}

  a:link {
    color: #FF0000}
  a:visited {
    color: #990000}
	
	/* new additions*/
	
	ul#tabs {
    list-style: none;
	margin: 0;
	padding: 1px 0 0 0;
	height: 55px;
}
ul#tabs li {
	/*float: left;*/
	margin: 0px;
	height: 55px;
	text-align: center;
	position: relative;
	width: 120px;
	z-index: 3;	
}
ul#tabs a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: black;
    font: 14px Arial, sans-serif;
}
ul#tabs li#tab1 {
    background: transparent url('images/gallery.png') no-repeat scroll top;
}
ul#tabs li#tab1:hover,
body#gallery li#tab1 {
    background: transparent url('images/gallery_hover.png') no-repeat scroll top;
}
ul#tabs li#tab2 {
    background: transparent url('images/contact.png') no-repeat scroll top;
}
ul#tabs li#tab2:hover,
body#contact li#tab2 {
    background: transparent url('images/contact_hover.png') no-repeat scroll top;
}
ul#tabs li#tab3 {
    background: transparent url('images/blog.png') no-repeat scroll top;
}
ul#tabs li#tab3:hover,
body#blog li#tab3 {
    background: transparent url('images/blog_hover.png') no-repeat scroll top;
}
ul#tabs li#tab4 {
    background: transparent url('images/home.png') no-repeat scroll top;
}
ul#tabs li#tab4:hover,
body#home li#tab4 {
    background: transparent url('images/home_hover.png') no-repeat scroll top;
}
ul#tabs a:hover,
body#gallery li#tab1 a,
body#contact li#tab2 a,
body#blog li#tab3 a,
body#home li#tab4 a, {
    color: black;
}
    ul#tabs span {
    display: block;
    padding: 4px 10px 0 10px;
    visibility: hidden;
}
 
div#iframe {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin-top: 0px;
   }
iframe {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}