// JavaScript Document
if(screen.availHeight>=1024){
	document.write('<style type="text/css"><!--');
	document.write('#wrapper{');
	document.write('width:804px; height:672px; position:absolute; top:50%; left:50%;');
	document.write('}');
	document.write('#wrapper{');
	document.write('margin-left:-402px; margin-top:-336px;');
	document.write('} --></style>');
}else{
	document.write('<style type="text/css"><!--');
	document.write('#wrapper{');
	document.write('width:804px; margin-left:auto; margin-right:auto;');
	document.write('} --></style>');
}