@charset "utf-8";
/* CSS Document */

body{
	background-color: #eedddd;
	background-color: #000000;
}

.wrapper{
	margin: auto;
	width: 800px;
	background-color: #eedddd;
	border: 3px black inset;
}
A{
	display: block;
	text-decoration: none;
}
IMG{
	float: left;
	display: block;
}
.item{
	text-align: center;
	min-height: 150px;
}
.left{
	float: left;
}
.right{
	float: right;
}
