body {
	margin: 0px;
	padding: 0px;
	font-size: 80px;
	font: lighter 1.0em "Cochin", Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
}

b { font-weight: bold; }
a { color: #0000EE; }
.dragme { position: relative; }

#page {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	padding: 0px;
	text-align: left;
}

#top {
	height: 50px;
	padding: 10px;
	margin: 0px;
	font-size: 125%;
	text-align: center;
}

#play {
	height: 700px;
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	text-align: left;
}

#model {
	height: 700px;
	width: 50%;
	float: left;
	text-align: center;
/*
	background: url("/pranks/wardrobemalfunction/style/i/model/thomas.jpg");
	background-repeat: no-repeat;
*/
}

#toys {
	height: 700px;
	width: 50%;
	float: right;
	text-align: center;
}

