* {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
}

* A {
	color: #CC7700;
}
* A:Hover {
	text-decoration: underline
}
BODY {
	margin: 0px;
	background: url(./img/bg.jpg) repeat-y #FFd324;
}

#all {
	width: 780px;
}

#logo {
	float: left;
}

#body {
	width: 490px;
	float: right;
}

#text {
	background: url(./img/mid.jpg);
	padding: 0px 20px 5px 20px;
	min-height: 200px;

}

