@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	
}


.slide-out-div {
    padding: 20px;
    width: 300px;
	height: 500px;
    background: #ffffff;
    border: 1px solid #000000;
      }   
	  
#content {
	margin:0 auto;
	width:670px;
	height:495px;
	position:absolute;
	top: 100px;
	left: 170px;
	

}

#maincontainer {
	margin:0 auto;
	width:1024px;
	height:768px;
	position:relative;
}