body {
	margin:15px 0px; padding:0px;
	text-align:center;
	font-family:verdana, tahoma, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	background-image:url(trebuchetbackground.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:white;

    }
	
a {
	color:#333366;
	text-decoration:none;
	font-weight:600;
	}
a:link {color:#333366;}
a:visited {color:#336699;}
a:hover {background-color:#eee;}
	
#Content {
	width:370px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-image:url(fill.gif);
	}

.button {
	width:400px;
	height:auto;
	margin:0px auto;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-left:1px dashed #333;
	border-bottom:1px dashed #333;
	border-right:1px dashed #333;
	background-image:url(fill.gif);
	}

