* {
 padding: 0; margin: 0;
 margin:0;padding:0;
 }

html,body{
 height:100%;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 overflow: auto;
 scrolling: auto;
 }

a:visited , A:link {
 text-decoration : none; 
 font-size : 11px; 
 font-weight : normal; 
 color : #c4d127;
 font-family : Arial; 
 } 

a:active , A:hover {
 text-decoration : underline; 
 font-size : 11px; 
 font-weight : normal; 
 color : #000000; 
 font-family : Arial; 
 }

body {
 text-align: center;
 font-family: Arial, Verdana, Tahoma;
 font-size: 11px;
 color: #000000;
 background-image: url('../images/stripe.png');
 background-repeat:repeat;
 background-position:top right;
 padding:0px;
 margin:0px;
}

#vertical { 
   height:50%;
   width:1px;
   margin-bottom:-337px; /* half the wrappers height */
   float:left;
}

#header-logo {
 width: 265px;
 height: 48px;
 z-index:1;
 border: 0px;
 position: absolute;
 left:36px;
 top:18px; 
 }
 
 .thumb-video {
 width: 200px;
 height: 111px;
 border: 1px solid #dddddd;
 }
  .picture {
 border: 1px solid #dddddd;
 }

#navbar {
 width: 974px;
 height: 28px;
 z-index:1;
 border: 0px;
 position: absolute;
 left:00px;
 top:80px; 
 background-color:#c4d127;
 }
 
 
 #bodytext {
 width: 904px;
 height: 530px;
 z-index:1;
 border: 0px;
 position: absolute;
 left:37px;
 top:125px; 
 }
  
 #text-col {
 width: 435px;
 border: 0px;
 }
 
  #greentext {
 font-family:arial;
 color: #c4d127;
 font-weight: bold;
 font-size: 11px;
 }

#text_copyright{
 font-family:arial;
 color: #000000;
 font-weight: normal;
 font-size: 11px;
 text-align: left;
 position:relative;
 left:-250px;
 top:5px;
 z-index:2;
 }
 
 #text_sitemap{
 font-family:arial;
 color: #000000;
 font-weight: normal;
 font-size: 11px;
 text-align: left;
 position:relative;
 left:250px;
 top:5px;
 z-index:2;
 }
 
#wrapper{  margin:0 auto; /* use if centering horizontally  */
text-align:left; /* set text back to default if centering horizontally  */
position:relative;
clear:left;
width: 974px;
height: 675px;
overflow: on;
background-image: url('../images/page-background-01.png');
background-repeat: no;
background-position: middle middle;
|