 
div.subWindow_over{
	width: 100%;
	height: 100%;
	bottom: auto;
	right: auto;
	position: absolute;
}


div.subWindow_win{
	position: absolute;
	top:50%;
	left:50%;
	height:600px;
	margin-top:-300px;
	width:800px;
	margin-left:-400px;
}
div.subWindow_co{
	height:572px;
	width:794px;
	background-color: #CA0000;
}
iframe.subWindow_fra{
	height:572px;
	width:794px;
}

