@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	
}
div#vf{
/*margin: 0 auto 0 auto;
width: 100%;*/
margin-left:auto;
margin-right:auto;
max-width: 1024px;
min-width: 800px;

height:100%;
max-height:768px;
min-height:600px;





if lt IE 7
width: 1024px;
width: expression(document.body.clientWidth <= 802? "800px" : document.body.clientWidth >= 1025? "1024px" : "auto");
align: center;
}





