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

#definition{
	height: 300px;
	width: 800px;
	padding: 30px 0;
	margin: 30px auto 0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}

#definition img{
	float: right;
	width: 120px;
	margin-left: 20px;
}

#definition h1{
	color: #390;
	margin-top: 0;
	font-size: 32px;
}

#definition p{
	font-size: 20px;
}

#definition p span{
	font-weight: bold;
}

#tips{
	height: 365px;
	margin: 30px 0 15px;
	background-color: #fcfcfc;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	box-shadow: 0 0 20px 3px #000;
}

#tips div{
	float: left;
	width: 240px;
	height: 305px;
	padding: 30px;
	box-shadow: 0 0 5px 0 #000 inset;
}

#tips div h1{
	color: #390;
	height: 90px;
	margin-top: 0;
	font-size: 20px;
}

#tips div p{
	font-size: 16px;
}

#tips p span{
	font-weight: bold;
}

.box {
	position: absolute; left: 150%; margin-left: -25%;
}

#box1 {
	left: 50%;
}