@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #c6d6a9;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	}

#wrapper {
	position:relative;
	width: 800px;
	text-align:left;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../bulbcardback.jpg);
	background-repeat: no-repeat;
	height: 564px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#rightimage {
	float: right;
	margin-right: 100px;
	font-size: 12px;
	width: 175px;
}
	
	#copy {
	margin-right: 200px;
	margin-left: 200px;
}#leftimage {
	margin-left: 150px;
	margin-right: 10px;
	float: left;
	width: 175px;
	font-size: 12px;
}
#midimage {
	font-size: 12px;
}
