a {text-decoration: none;} 

img {border: none;}

body {
	font-family: arial;
}


div#global {
	width: 800px;
	height: 600px;
	margin: 5px auto;
	background-color: #fff;
}

div#main {
	border: 3px solid #000;
	height: 500px;
}


div#header {
	text-align: center;
	background-color: #fff;
	margin-top: 10px;
}

div#content {
	width: 100%;
	height: 500px;

}

div#text {
	width: 300px;
	height: 300px;
	float: left;
	background: url("images/bubble.gif") no-repeat #fff;
	padding: 40px;
	letter-spacing: 5px;
	word-spacing: 5px;
	line-height: 30px;
	margin-top: 60px;
}

div#goodbad {
	width: 300px;
	height: 300px;
	float: left;
	background-color: #fff;
	padding: 40px;
	letter-spacing: 5px;
	word-spacing: 5px;
	line-height: 30px;
	text-align: center;
	margin-top: 60px;
}

div#goodbad img {
	text-align: center;
}

img#yingyang {
	vertical-align: middle;
	margin-right: 10px;
}


	