@charset "utf-8";
/* CSS Document */
#queen
{
	position:relative;
	width:600px;
	height:532px;
	margin-left:100px;
	text-align:center;

}

#office
{
	position: absolute;
	bottom:50px;
	left:130px;
	padding:5px;
	text-align:center;
}
#online
{
	text-align:center;
	height:50px;
	font-weight:700;
	
}
