body {
	background-color: #E4F2F9
}


th { position:relative
    left: 185
	}

table {
    position:relative;
	left: 185;
	border: #000000 1px solid;
	background-color:#5CFFF5;
	float: right;
	margin-right: 210px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	
}

td {
	height: 500px;
	width: 275px;
}
td img {
	height: 230px;
	width: 230px;
	box-shadow: none;
}

#bottom_left{
	border-bottom-left-radius: 15px;
}

#bottom_right{
	border-bottom-right-radius: 15px;
}

#footer{
	clear: both;
	position: relative;
	bottom: -20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 75px;
	background-color: #3c4543;
}

#button{
	border: 2px solid #000000;
	float:left;
	position: relative;
	left: 670px;
	bottom: -20px;
	border-radius: 5px;
	background-color: #000000;
	height:20px;
	width: 160px;
	
}

#button p{
	position: relative;
	bottom: 10px;
	font-size: 0.8em;
	color: #acd1b2;
	text-align: center;
	
	