@charset "UTF-8";
/* CSS Document */

    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        background-image: url('http://www.nicoletteboutique.com/background.jpg');
        background-repeat: repeat;
    }

    
    #container{
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    height: 670px;
    border: 1px solid #7f7f7f;
    background-color: white;
    margin-top: 15px;
    padding-bottom: 45px;
  
       
    
    }
    #flashDiv{
    padding-left: 0px;
    width:1000px;
    height:120px;
        background-image: url('http://www.nicoletteboutique.com/bgheader.png');
        background-repeat: repeat-x;
 
    }
    
#contentDiv{
margin-top: 2px;
width:1000px;
height: 550px;
display: none;

}
  
    
