@charset "shift_jis";

#chelsea { 
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	position : absolute;
	top : expression(((document.body.clientHeight > document.all.chelsea.clientHeight) ? 
                    ((document.body.clientHeight - document.all.chelsea.clientHeight) / 2) : 
                    0) + "px"); 
	left : expression(((document.body.clientWidth > document.all.chelsea.clientWidth) ? 
                     ((document.body.clientWidth - document.all.chelsea.clientWidth) / 2) : 
                     0) + "px");
	vertical-align : bottom;
	text-align : center;
	margin : auto;
	}
html,body {
	background-image : url("../chelsea.gif");
	background : black url("../chelsea.gif") repeat-y center;
	text-align : right; 
	}
.clear {
	clear : both;
	}
iframe {
	display : inline;
	float : left;
	border : 1px white solid;
	}
