/* CSS Document */

body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#BFDEA5;
}

.master {
	width:300px;
	height:300px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-150px;
	border:0px;
	overflow:hidden;
}

.top {
	width:300px;
	height:150px;
	background:url(ilogo.jpg);
}

.bottom {
	width:300px;
	height:150px;
}

.left {
	width:150px;
	height:150px;
	float:left;
}

.right {
	width:150px;
	height:150px;
	float:left;
}
