body{
  background-image:url('/k10/images/strp.jpg');
  background-repeat:repeat-x;
  background-color:black;
  margin:0px;
  text-align:center;
}
img{
border:none;
}
.wrapper{
      width:1024px;
      position:absolute;
      top:0;
      left:20px;
      margin:0 auto;
      background:none;     
      height:550px;
      text-align:left;
    }
	#header{
	  background:none;color:white;
	  margin-right:40px;
	  height:30px;
	  text-align:right;
	}
    #main{
      background:none;
      position:absolute;
	  width:1024px;
      top:45px;left:0;
    }
   #left{
     background:none;color:white;
     position:absolute;
     top:0;
     left:0;
     width:600px;
	 height:400px;
    }
   #right{
     background:none;color:white;
	 position:absolute;
	 top:0px;
     right:30px;
     width:400px;
	 height:400px;
    }
	#content{
		/*background-image:url('../images/kiit_logo.gif');
		background-repeat:no-repeat;*/
	   background-color:white;color:black;
	   width:400px;
	   height:345px;
	   overflow:auto;
	   font-size:16px;
	   font-family:sans-serif;
	   text-align:center;
       padding-left:0px;
	}
	#sponsers{
     background:none;color:white;
	 position:absolute;
	 top:400px;
     left:0px;
     width:280px;
	 height:70px;
    }
	#news{
     background:none;color:white;
	 position:absolute;
	 top:400px;
     left:250px;
     width:370px;
	 height:70px;
    }
   #footer{
     background:none;color:white;
	 position:absolute;
	 top:470px;
     left:0px;
     width:1024px;
	 height:40px;
	 text-align:center
    }
	.sim{	  
	  width:152px;
	  height:82px;
	  color:#0b5e61;
	  font-size:16px;
	  font-weight:bold;
	  font-family:sans-serif;      
      padding:28px 10px;
	}
    .sim a{	  	  
	  color:#0b5e61;
	  font-size:16px;
	  font-weight:bold;
	  font-family:sans-serif;	  
      text-decoration:none;
	}
	.menu_links{
	  color:white;
	  font-size:10px;
	  font-weight:bold;
	  font-family:sans-serif;
	  text-decoration:none;
	}
   /* CSS FOR REGISTRATION FORM */
     .regWrapper{
         width:100%;
         height:700px;
         margin: 0 auto;
         text-align: left;
         z-index:10;
         position:absolute;
         display:none;
         top:0px;
         left:0px;
         background-color:black;
	     filter:alpha(opacity=70);
	    -moz-opacity:0.7;
	    -khtml-opacity: 0.7;
	     opacity:0.7;
      }
     .regBox{
		 width:auto;
		 height:auto;         
         position:absolute;
         display:none;
         top:80px;
         left:55px;
         border:2px solid gray;
         background-color:white;
         z-index:1200;
     }   
    .info{
         width:470px;
         height:auto;
         margin:5px;
         padding:1px;
         background:none;
         border:1px solid green;
     }