body {
	width: 100%;
	height: 100%;
	background-color: #ffff00;
	font-size: 100.1%;
	font-family: Arial, Helvetica, san-serif;
	line-height: 1.4em;
	text-align: center;
	
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 100%;
	position: relative;
	background: #ffffff;
	color: #5151d2;
	text-decoration: none;
	font-variant: small-caps;
}
img {
	width: 214px;
	height: 246px;
	float: left;
	margin-left: 120px;

}

.object {
	height: 251px;
	width: 320px;
	margin-left: 420px;
	border-width:5px;
	border-style: double;
	border-color: #ffff00;
	text-align: center;
}

#footer {
	
	font-size: 75%;
}
