@charset "UTF-8";
#page {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:800px;
	z-index:0;
	background-image: url(house.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
body {
	background-color: #000;
}
#title {
	position:absolute;
	left:158px;
	top:7px;
	width:700px;
	height:120px;
	z-index:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: normal;
	text-decoration: underline;
	padding: 0px;
	color: #000;
}
#apDiv1 {
	position:absolute;
	left:167px;
	top:724px;
	width:675px;
	height:48px;
	z-index:2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	text-align: center;
}
a:link {
	color: #00F;
}
a:visited {
	color: #FF0;
}
a:hover {
	color: #0F0;
}
a:active {
	color: #0FF;
	background-color: #333;
}
