body {
	margin: 0px;
	background-image: url(images/background_.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#page {
	width: 100%;
	float: left;
	background-repeat: repeat-x;
	background-image: url(images/background.png);
	text-align: center;
	height: 590px;
}
#header {
	width: 680px;
	text-align: right;
	margin: 0 auto;
	background-image: url(images/header.png);
	height: 80px;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-top: 19px;
}
#url {
	width: 700px;
	text-align: left;
	margin: 0 auto;
}
#address{
	background-image: url(images/url.png);
	font-size: 17px;
	width: 593px;
	height: 31px;
	padding-top: 12px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
	border: 0;
	float: left;
}
#content {
	width: 680px;
	text-align: left;
	margin: 0 auto;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/content.png);
}
p {
	margin: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
a {
	color: #00dcff;
	text-decoration: none;
}
a:hover {
	color: #00dcff;
	text-decoration: underline;
}
#content_bottom {
	width: 700px;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	background-image: url(images/content_bottom.png);
	font-size: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}
