/* CSS Document */

body {
	background-color:#ACD171;
}

.wrapper {
	width: 740px;
	margin:20px auto;
}

.left {
	float:left;
}

.right {
	float:right;
	margin: 40px 0 0 0;
}

