body {    
    padding:0px;
    text-align: center;
    background: #888888;        
}
#doc4 {
        border:2px solid #9DC338;width:1003px!important;
	margin:0px auto;
	text-align: left; 	
        background: #FFFFFF;    
}

div#container{
    margin-left: auto;
    margin-right: auto;                            
}

#page-wrap{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;                          
    background: #FFFFFF;
}

#top, #bottom, #left, #right {
    background: #008000;
}
#left, #right {
    position: fixed;
    top: 0; bottom: 0;
    width: 01px;
}
#left { left: 0; }
#right { right: 0; }

#top, #bottom {
    position: fixed;
    left: 0; right: 0;
    height: 01px;
}
#top { top: 0; }
#bottom { bottom: 0; }

