body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : #080808;
	margin: 0 0 0 0;
	padding : 0;
	font-size : 10pt;
	color : #fff;
	height : 100%;
}
#container {
 	position:absolute;
    top:50%;
    margin-top:-325px;/* half main elements height*/
	right:auto;
	left:-50%;
	

	background:/*url(../images/fullbg1.jpg) repeat center*/;
	width:1000px;
	height: 650px;
	color : #000;
	
	text-align : left;
}


#vertical{
    position:absolute;
    top:50%;
    margin-top:-325px;/* half main elements height*/
    left:0;
    width:100%;
	background:url(../images/fullbg1.jpg) no-repeat center;
}
#hoz {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    height:130px;
    border:1px solid silver;
    background:/*url(../images/semitranstile.png) repeat center*/;
	border: 1px solid #fff;
    overflow:auto;/* allow content to scroll inside element */
    text-align:left;
}

#hoz2 {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    height:520px;
    /*background-color : #000;*/
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
    overflow:auto;/* allow content to scroll inside element */
    text-align:left;
    font-size : 10pt;
    font-family : Arial, sans-serif;
}

p {
padding: 0px 0px 0px 0px; 
margin: 0 0 0 0;
} 

h3 {
padding: 0px 0px 0px 0px; 
margin: 0 0 0 0;
}  


#hoz3 {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    height:520px;
    background:/*url(../images/bgtest.jpg) repeat center*/;
	
}

#hoz4 {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    height:520px;
    background-color : #000;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow:hidden;
    text-align:left;
}


.mainimage {
	background: url(../images/heading4.jpg) no-repeat center;
	
	width : 1000x;
	height : 100px;
	margin-left : auto;
	margin-right : auto;
	color : #000;
}
#menu {
	
	width: 1000px;
	height: 30px;
	text-align: center;
	
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 ;
}
#menu li {
	float: left;
	margin : 0;
	
	}
	
	
	

#bodytext {
	/*background-color : #000;*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left : 2px;
	padding-right : 2px;
	text-align : left;
	color: #fff;
	padding-top : 2px;
	padding-bottom : 0px;
	max-height: 520px;
	max-width: 1000px;
}

#bodytext2 {
	background:;
	max-height: 520px;
	max-width: 500px;
}
.footer {
	   position:absolute;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer */
	color : #fff;
	padding-top : 5px;
	padding-bottom: 5px;
	font-size: 9px;
	text-align : right;
	z-index: 1;
}