.kwicks {  
    height:500px;
    width:775px;
    list-style: none;  
    position: relative;
    margin-left: auto;
    margin-right: auto; 
    padding: 0;
    border-style:none;
}  

.kwicks li{  
    display: inline-block;  
    overflow: hidden;  
    padding:2;  
    cursor: pointer;  
    float: left;  
    width: 199;  
    height: 499;  
    margin-right: auto;
    margin-left: auto; 
    border-style:none;
}  

body{
    /*background-color: #460000;*/
    background-color: #000000;
    overflow:hidden;
}

#header{
    height:90px;
    width:100%;
    background:url(header.gif) no-repeat center center;
}

#content{
    float:left;
    width: 100%;
}

#footer{
    clear:both;
    height:20px;
    color:gray;
    text-align:center;
}
}