* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	text-align:center;
	background-color: #FFBD00;
}
body, td, th, input, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #333333;
	line-height: 130%;
}
p {
	margin-bottom: 15px;
}

a:link        { color: #333333}
a:visited     { color: #333333}
a:hover       { color: #0061a8}
#wrap {
	min-height:100%;
	background-position: center top;
	width: 851px;
	text-align:left;
	margin:0px auto 0;
}
#header {
	background-image: url(pic/header.gif);
	height: 121px;
	width: 851px;
	position: relative;
	top: 20px;
}
#footer {
	position: relative;
	height:25px;
	width: 851px;
	white-space:nowrap;
	text-align: center;
	background-image: url(pic/header_u.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	margin-right: 20px;
	margin-left: 20px;
	border: 4px double #000000;
}
#plan {
	float: right;
}


#content {
	background-image: url(pic/header_m.gif);
	background-repeat: repeat-y;
	min-height:400px;
	width: 611px;
	text-align: center;
	padding-top: 40px;
	padding-right: 120px;
	padding-bottom: 40px;
	padding-left: 120px;
}
